Skip to content

feat(custom-rule): add HTTP method as filterable field#1303

Open
ElTeteDBit wants to merge 1 commit into
chaitin:mainfrom
ElTeteDBit:feat/custom-rule-method-filter
Open

feat(custom-rule): add HTTP method as filterable field#1303
ElTeteDBit wants to merge 1 commit into
chaitin:mainfrom
ElTeteDBit:feat/custom-rule-method-filter

Conversation

@ElTeteDBit

Copy link
Copy Markdown

Custom Rules only supported src_ip/uri/host as match keys. Add 'method' key, mapped to the engine's existing http.method variable (populated by blazehttp parser), so rules can match on GET/POST/etc.

No engine changes required, http.method is already extracted by the request parser alongside http.host.

Custom Rules only supported src_ip/uri/host as match keys.
Add 'method' key, mapped to the engine's existing http.method
variable (populated by blazehttp parser), so rules can match
on GET/POST/etc.

No engine changes required, http.method is already extracted
by the request parser alongside http.host.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant