Skip to content

Commit ce44f68

Browse files
committed
Merge remote-tracking branch 'upstream/main' into LMO20240906
2 parents 66d9a83 + e4cb130 commit ce44f68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ To learn how to rewrite request and response headers with Application Gateway us
3232

3333
You can rewrite all headers in requests and responses, except for the Connection, and Upgrade headers. You can also use the application gateway to create custom headers and add them to the requests and responses being routed through it.
3434

35+
3536
### URL path and query string
3637

3738
With URL rewrite capability in Application Gateway, you can:
@@ -217,6 +218,8 @@ You might want to remove headers that reveal sensitive information from an HTTP
217218

218219
![Deleting header](./media/rewrite-http-headers-url/remove-headers.png)
219220

221+
It is not possible to create a rewrite rule to delete the host header. If you attempt to create a rewrite rule with the action type set to delete and the header set to host, it will result in an error.
222+
220223
#### Check for the presence of a header
221224

222225
You can evaluate an HTTP request or response header for the presence of a header or server variable. This evaluation is useful when you want to perform a header rewrite only when a certain header is present.

0 commit comments

Comments
 (0)