Skip to content

Commit a1cb4ca

Browse files
Update application-gateway-waf-configuration.md
updating wording based on discussion with engineering.
1 parent 66c29b2 commit a1cb4ca

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +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-
Request URI query strings are case sensitive. While the scheme and host are case-insensitive and normally provided in lowercase; all other components are compared in a case-sensitive manner. Therefore, exclusion rules for query strings should be written in a case sensitive format.
43-
44-
Request header names are case insensitive. However, request header values are case sensitive.
45-
46-
In all other cases matching is case insensitive. Regular expressions aren't allowed as selectors.
42+
In all cases, request header keys are case insensitive. Depending on your application, the names, and values, of your headers, cookies and query args can be case sensitive or insensitive. Request cookie keys, and request query arg keys are case sensitive. Regular expressions aren't allowed as selectors.
4743

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

0 commit comments

Comments
 (0)