We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just upgrade from beta.3 to beta.7 and noticed a small regression: the X-Real-Ip header contains my IP address twice instead of once.
beta.3: X-Real-Ip : [<my-ip-address>]
X-Real-Ip : [<my-ip-address>]
beta.7: X-Real-Ip : [<my-ip-address> <my-ip-address>]
X-Real-Ip : [<my-ip-address> <my-ip-address>]
The text was updated successfully, but these errors were encountered:
kubernetes#789 removing duplicate X-Real-IP header introduced 4bd4bf3
a854dc7
Merge pull request #790 from arjanschaaf/duplicate-real-ip
d13b293
#789 removing duplicate X-Real-IP header
Closing. Fixed in #790
Sorry, something went wrong.
No branches or pull requests
Just upgrade from beta.3 to beta.7 and noticed a small regression: the X-Real-Ip header contains my IP address twice instead of once.
beta.3:
X-Real-Ip : [<my-ip-address>]
beta.7:
X-Real-Ip : [<my-ip-address> <my-ip-address>]
The text was updated successfully, but these errors were encountered: