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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
After the switch to Netty in 3.1.X+ some response headers are not prefixed with "http_".
Previously, it appears that Puma (and Mongrel) added this prefix.
Users that depend on a field http_x_forwarded_for to do geoip lookup will have failures as the field is now x_forwarded_for.
http_x_forwarded_for
x_forwarded_for
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After the switch to Netty in 3.1.X+ some response headers are not prefixed with "http_".
Previously, it appears that Puma (and Mongrel) added this prefix.
Users that depend on a field
http_x_forwarded_for
to do geoip lookup will have failures as the field is nowx_forwarded_for
.The text was updated successfully, but these errors were encountered: