Changes between Initial Version and Version 1 of Ticket #30729
- Timestamp:
- Aug 25, 2019, 7:31:04 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30729 – Description
initial v1 1 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.1 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 (well established) X-Forwarded-For/Proto/Protocol/etc headers. 2 2 3 3 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?