Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC7239 Forwarded Header #173

Open
AndrewBurian opened this issue Mar 19, 2019 · 0 comments
Open

RFC7239 Forwarded Header #173

AndrewBurian opened this issue Mar 19, 2019 · 0 comments

Comments

@AndrewBurian
Copy link

RFC7239 specifies a new official header Forwarded to replace the somewhat haphazard collection of X-Forwarded-* headers. I think this should be implemented and provided to help spread adoption and standardize the headers onto something more sane.

Ideally I think it should be in Go's Reverse Proxy since they are in the best position to kickstart adoption and Oxy and Traefik will benefit automatically. However, the only issue discussing it though was lukewarm and abandonded. I am going to attempt to restart that discussion, but assuming the lead time on that is going to be ages, perhaps Oxy should write it itself for now.

If Oxy implemented it, it would be a fairly straightforward addition to the forward rewrite logic, and the RFC specifies guideline on producing a Forwarded header in the presence of X-Forwarded-For.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant