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

Use the Forwarded header instead of X-Forwarded-For #1

Open
brendanzab opened this issue Jul 15, 2017 · 0 comments
Open

Use the Forwarded header instead of X-Forwarded-For #1

brendanzab opened this issue Jul 15, 2017 · 0 comments

Comments

@brendanzab
Copy link
Collaborator

brendanzab commented Jul 15, 2017

Go's httputil.ReverseProxy uses the defacto standard of the X-Forwarded-For header, but I'm wondering if it would be better to use the standardised Forwarded header instead. Unfortunately it is not implemented in hyper yet, so we might have to do it ourselves, then try to upstream it.

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