Skip to content

excludeFilter

Based on matching pattern, further filter requests that meet the specified conditions (requests that meet any of the conditions will be retained).

Syntax Rules

txt
pattern operation excludeFilter://p1 excludeFilter://p2 ...

Requests must match pattern and not any of p1, p2, ... for this to take effect.

ParametersDescriptionDetailed Documentation
patternExpression to match the request URLMatch Pattern Documentation
operationOperation InstructionsOperation Instructions Documentation
filtersOptional filters, supporting matching:
• Request URL/Method/Headers/Content
• Response Status Code/Headers
Filters Documentation

Configuration Example

txt
# Not effective for GET or POST requests only
www.example.com/api/data proxy://127.0.0.1:8080 excludeFilter://m:GET excludeFilter://m:post

Can be used with includeFilter. For detailed usage, see Filter Documentation.