Skip to content

Commit e36a8b8

Browse files
Merge pull request #278490 from duongau/patch-2
Azure Front Door - URL redirect - update query string description
2 parents b10aa86 + a813bdd commit e36a8b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/frontdoor/front-door-url-redirect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: front-door
66
author: duongau
77
ms.service: frontdoor
88
ms.topic: conceptual
9-
ms.date: 04/04/2023
9+
ms.date: 06/17/2024
1010
ms.author: duau
1111
zone_pivot_groups: front-door-tiers
1212
---
@@ -54,7 +54,7 @@ As part of configuring a redirect routing, you can also change the hostname or d
5454
For cases where you want to replace the path segment of a URL as part of redirection, you can set this field with the new path value. Otherwise, you can choose to preserve the path value as part of redirect. So, using this field, you can redirect all requests sent to `https://www.contoso.com/\*` to `https://www.contoso.com/redirected-site`.
5555

5656
## Query string parameters
57-
You can also replace the query string parameters in the redirected URL. To replace any existing query string from the incoming request URL, set this field to 'Replace' and then set the appropriate value. Otherwise, you can keep the original set of query strings by setting the field to 'Preserve'. As an example, using this field, you can redirect all traffic sent to `https://www.contoso.com/foo/bar` to `https://www.contoso.com/foo/bar?&utm_referrer=https%3A%2F%2Fwww.bing.com%2F`.
57+
The set of query strings to be used in the redirect URL. The value of this field will overwrite the incoming query strings, leaving this field empty will preserve the incoming query string. Query string must be in `<key>=<value>` format, separated by `&`.
5858

5959
## Destination fragment
6060
The destination fragment is the portion of URL after '#', which is used by the browser to land on a specific section of a web page. You can set this field to add a fragment to the redirect URL.

0 commit comments

Comments
 (0)