Reputation: 1741
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]
Upvotes: 3
Views: 2283
Reputation: 954
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:
We can add rule like this
Upvotes: 2