Azure / Azure/azure-functions-host
Update HOST header to match DISGUISED_HOST header
Open
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
When running in app service without DWASMod, the actual HOST header is in DISGUISED_HOST header.
In regular app service dwadmod module flips them before sending the request up the application stack, but for scenarios where there is no dwasmod in the picture, the runtime ends up with the wrong HOST header causing self link hrefs to be built incorrectly.
Contributor guide
Assessment
This issue has not been assessed yet.