Skip to content

Commit 3d6ade0

Browse files
Merge pull request #251919 from ChaitanyaNaykodi-MSFT/patch-177
(AzureCXP)) Added information regarding forward slash
2 parents 73eefec + a58a5a8 commit 3d6ade0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/frontdoor/rules-match-conditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ In this example, we match all requests where the request uses the `HTTP` protoco
13531353
Identifies requests that match the specified URL. The entire URL is evaluated, including the protocol and query string, but not the fragment. You can specify multiple values to match, which will be combined using OR logic.
13541354

13551355
> [!TIP]
1356-
> When you use this rule condition, be sure to include the protocol. For example, use `https://www.contoso.com` instead of just `www.contoso.com`.
1356+
> When you use this rule condition, be sure to include the protocol and a trailing forward slash `/`. For example, use `https://www.contoso.com/` instead of just `www.contoso.com`.
13571357
13581358
### Properties
13591359

0 commit comments

Comments
 (0)