flightdeck icon indicating copy to clipboard operation
flightdeck copied to clipboard

Add waf rule to inspect and match header values for all incoming requests.

Open OlamideOl1 opened this issue 1 year ago • 0 comments

Add waf rule to inspect and match header values for all incoming requests This rule will check the specified header and against the specified value and carry out the action (count or block) provided if there is a match. A sample use case is to match all requests containing www.example.com in the host header and block / count them. You can also use this to match authentication values by checking the value in the request header against a preset value.

OlamideOl1 avatar Apr 03 '24 11:04 OlamideOl1