Skip to content

Commit ce512e8

Browse files
committed
add note for GH issue #34777
1 parent 16a149d commit ce512e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/application-gateway/rewrite-http-headers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: vhorne
66
ms.service: application-gateway
77
ms.topic: article
8-
ms.date: 04/29/2019
8+
ms.date: 08/08/2019
99
ms.author: absha
1010
---
1111

@@ -98,6 +98,8 @@ To configure HTTP header rewrite, you need to complete these steps.
9898
- **Rewrite set**: Contains multiple rewrite rules that will be associated with a request routing rule.
9999

100100
2. Attach the rewrite set (*rewriteRuleSet*) to a routing rule. The rewrite configuration is attached to the source listener via the routing rule. When you use a basic routing rule, the header rewrite configuration is associated with a source listener and is a global header rewrite. When you use a path-based routing rule, the header rewrite configuration is defined on the URL path map. In that case, it applies only to the specific path area of a site.
101+
> [!NOTE]
102+
> URL Rewrite alter the headers; it does change the URL for the path.
101103
102104
You can create multiple HTTP header rewrite sets and apply each rewrite set to multiple listeners. But you can apply only one rewrite set to a specific listener.
103105

0 commit comments

Comments
 (0)