Skip to content

Commit b5f01e6

Browse files
Merge pull request #215287 from Miskatonic-Electronic/patch-12
Update application-gateway-waf-configuration.md
2 parents 7907025 + 67f05bd commit b5f01e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/web-application-firewall/ag/application-gateway-waf-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can specify an exact request header, body, cookie, or query string attribute
3939
- **Contains**: This operator matches all request fields that contain the specified selector value.
4040
- **Equals any**: This operator matches all request fields. * will be the selector value.
4141

42-
In all cases matching is case insensitive. Regular expressions aren't allowed as selectors.
42+
When processing exclusions, the WAF will perform a case sensitive match for all fields other than request header keys. Depending on your application, the names, and values, of your headers, cookies and query args can be case sensitive or insensitive. Regular expressions aren't allowed as selectors.
4343

4444
> [!NOTE]
4545
> For more information and troubleshooting help, see [WAF troubleshooting](web-application-firewall-troubleshoot.md).

0 commit comments

Comments
 (0)