Skip to content
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

Normalize HTTP headers #858

Merged
merged 3 commits into from
Feb 15, 2025
Merged

Normalize HTTP headers #858

merged 3 commits into from
Feb 15, 2025

Conversation

Regalijan
Copy link
Member

This took an embarrassingly long time to figure out, but at some point, the response headers object stopped being case-insensitive.

It is preferable that we normalize all request headers in the http method to be lowercase (the response headers are always lowercase) so that these issues do not occur in the future by way of someone using a lowercase header name in a method.

@alanbixby alanbixby merged commit d02d61a into noblox:master Feb 15, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants