You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Go's
httputil.ReverseProxy
uses the defacto standard of theX-Forwarded-For
header, but I'm wondering if it would be better to use the standardisedForwarded
header instead. Unfortunately it is not implemented inhyper
yet, so we might have to do it ourselves, then try to upstream it.The text was updated successfully, but these errors were encountered: