-
Notifications
You must be signed in to change notification settings - Fork 394
Add support of Forwarded header for remote IP detection #4969
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
base: master
Are you sure you want to change the base?
Add support of Forwarded header for remote IP detection #4969
Conversation
Typing analysisIgnored filesThere are 539 ignored files in the Steepfile out of 840. Ignored files
Note: Ignored files are excluded from the next sections.
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage 🔗 Commit SHA: d0cae34 | Docs | Was this helpful? Give us feedback! |
What does this PR do?
This PR adds support for
Forwarded
header for remote IP detection.Motivation:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Forwarded
Change log entry
Yes. Tracing: Add
Forwarded
header to the list of headers used for remote IP detection.Additional Notes:
None.
How to test the change?
CI