-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Remove hop-by-hop headers from forward auth response #3900
Remove hop-by-hop headers from forward auth response #3900
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks all of you for this really fast merge... |
What does this PR do?
Hop-By-Hop headers from a ForwardAuth response get removed.
Motivation
Hop-By-Hop headers from a ForwardAuth response (e.g. Redirect) should never be passed to the receiver. Failing to do so results in problems with Safari, which shows a "NSPOSIXErrorDomain:100" error if a ForwardAuth on a HTTP-1.1 server sends a redirect.
Fixes #3039
More