Skip to content

Commit f6631a0

Browse files
authored
Merge pull request #91790 from sevelho/patch-3
Update example with more convenient information
2 parents 9799a8c + f0780a6 commit f6631a0

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
@@ -83,7 +83,7 @@ $exclusion2 = New-AzApplicationGatewayFirewallExclusionConfig `
8383
-SelectorMatchOperator "StartsWith" `
8484
-Selector "user"
8585
```
86-
So if the URL `http://www.contoso.com/?user%281%29=fdafdasfda` is passed to the WAF, it won't evaluate the string **fdafdasfda**, but it will still evaluate the parameter name **user%281%29**.
86+
So if the URL `http://www.contoso.com/?user%3c%3e=joe` is passed to the WAF, it won't evaluate the string **joe**, but it will still evaluate the parameter name **user%3c%3e**.
8787

8888
## Next steps
8989

0 commit comments

Comments
 (0)