Actions
Feature #418
closedmod_proxy should send the X-Forwarded-Host header to the proxied server
ASK QUESTIONS IN Forums:
Description
Apache's mod_proxy adds a X-Forwarded-Host header when it makes a request to the proxied server; the header contains a copy of the original Host header, and allows the proxied server to see what its public address is.
Many web application frameworks, including Rails as I write this, look for this header in order to behave correctly.
It would be wonderful if lighttpd's mod_proxy could also send this header.
-- stephen_purcell
Updated by Anonymous almost 19 years ago
That header is present already, but at the moment it is called "X-Host" in lighttpd.
-- conny
Updated by gstrauss over 8 years ago
- Tracker changed from Bug to Feature
- Description updated (diff)
FYI: this should be implemented as the Forwarded HTTP Extension (https://tools.ietf.org/html/rfc7239)
Updated by gstrauss over 7 years ago
- Status changed from New to Patch Pending
- Assignee deleted (
jan) - Target version set to 1.4.46
Updated by gstrauss over 7 years ago
- Status changed from Patch Pending to Fixed
- % Done changed from 0 to 100
Applied in changeset 4115266792985c9e4f1a7f38db9454c123a76a7f.
Actions
Also available in: Atom