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
Check not to have TE or Proxy-Authorization in config.ForwardedRequestHeaders (#312)
TE is a hop-by-hop request header and must not be forwarded.
Proxy-Authorization can be forwarded per rfc7235#section-4.4 but
remove it to mitigate the risk of over-signing.
0 commit comments