Request-filtering
Filtering is useful when you need to capture only specific part of traffic, like API requests. It is possible to filter by URL, HTTP header or HTTP method.
Allow url regexp
Disallow url regexp
Filter based on regexp of header
Filter based on HTTP method
Requests not matching a specified whitelist can be filtered out. For example to strip non-nullipotent requests:
You may also read about [[Request rewriting]], [[Rate limiting]] and [[Middleware]]
Last updated