How to create an exclusion list for certain rules based on RequestUri on the Azure WAF policy associated with Azure Application Gateway?

1.4k views Asked by At

I have a request URL :

www.<some-url>.com/submit

.

I can see that I can create exclusions based on args, headers and cookies in exclusion lists for the Azure WAF policy, however, I was hoping to create a rule based on the request URI.

[Try Custom rules--> Matchtype: String, MatchVariable: RequestURI]

1

There are 1 answers

0
Swarna Anipindi On

In order to create exclusions based on args, headers and cookies in exclusion lists for the Azure WAF policy we have to create our own custom rules or we can use Managed rules provided by default.

You can configure an exclusion to apply across all WAF rules.

NOTE: Sometimes WAF rules may block a request that you want to allow for your application. If any site down, disable the rule and retry..

Steps: enter image description here

We can add rule like this enter image description here