WAF custom rule for bock others cookie and permit only a specific cookie name and value
Hello all,
I need to create a custom WAF rule that only allows traffic for a specific request URI (/example-path) if it contains a particular cookie, Cookie=abc123, and blocks all other requests.
Additionally, could someone clarify the difference between configuring the policy this way:
RequestHeaders[‘Cookie’], Operator=DoesNotEqual, Values=”Cookie=abc123″RequestCookie, Values=”CookieName”, Operator=Equal, valueOfTheCookie=”abc123″
I hope I explained myself clearly. Thanks in advance for your responses!
Hello all, I need to create a custom WAF rule that only allows traffic for a specific request URI (/example-path) if it contains a particular cookie, Cookie=abc123, and blocks all other requests.Additionally, could someone clarify the difference between configuring the policy this way:RequestHeaders[‘Cookie’], Operator=DoesNotEqual, Values=”Cookie=abc123″RequestCookie, Values=”CookieName”, Operator=Equal, valueOfTheCookie=”abc123″I hope I explained myself clearly. Thanks in advance for your responses! Read More