Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/container-apps/waf-app-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ To connect the frontend and backend pool, perform the following steps:
- Enable Request Header Rewrite: Select **Yes**.
- Add a request header:
- Header name: `X-Forwarded-Host`
- Value: `{host}`
- Value: `{var_host}`

This action ensures that the original `Host` header from the client request is preserved and accessible by the backend application.

Expand Down