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
`http-proxy` with `xfwd: true` only sets x-forwarded-{for,port,proto},
so the `X-Forwarded-Host` header stays in place, causing side-effects.
To be on the safe side, we also remove the `Forwarded` header, because
it may contain `host` directive, even though we don't currently use it.
Co-authored-by: Leo McArdle <[email protected]>
0 commit comments