Opened 5 years ago
Last modified 8 months ago
#30729 new New feature
Forwarded Header — at Initial Version
Reported by: | Ben Stähli | Owned by: | nobody |
---|---|---|---|
Component: | HTTP handling | Version: | 2.2 |
Severity: | Normal | Keywords: | |
Cc: | Narbonne, Adam Johnson, Maciej Olko, braiam, Ülgen Sarıkavak, Ryan Hiebert | Triage Stage: | Someday/Maybe |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As seen here https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded the Forwarded header seems to become the new and standardized way to define the forwarded ip/protocol when using a proxy. And to superseed the existing X-Forwarded-For/Proto/Protocol/etc headers.
A quick glimpse in into the code looks like currently there is still the "legacy" approach used. Are there any plans to use the new header?
Note:
See TracTickets
for help on using tickets.