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
Normally the ForwardedHeaderFilter wraps the request in order incorporate the information contained in "forwarded" type headers (e.g. "X-Forwarded-*", "Forwarded") and also "removes" those headers so they are not visible to code after the filter.
It would be easy enough to add a mode where the filter only "removes" but doesn't use the information from the headers. This could be used as a defensive measure to ensure such headers are always ignored if not expected.