-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Fix custom headers replacement #2455
Conversation
d5bff1a
to
ad5a5ce
Compare
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
b65476a
to
4236e98
Compare
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
4236e98
to
8430be8
Compare
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 👍
8430be8
to
ff23daf
Compare
Hi, how is this going? Any plans to release this functionality? |
@Xumeiquer the milestone of the PR define the related Træfik version. |
What does this PR do?
This PR fix issue with custom headers. Before headers were not overridden but added.
Now if the custom header name is the same as one header name of the request or response, it will be replaced.
Add feature to delete header
X-Custom-Request-Header = ""
headerX-Custom-Request-Header
will be deletedMore
Fixes #1155, #2341