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

Authorization is missing an Capital letter at the start in the header #1240

Open
alexbalak21 opened this issue Jan 30, 2024 · 1 comment
Open

Comments

@alexbalak21
Copy link

Steps to Reproduce:
When I send a request with a token:
image

It lowercases all the letters and when I am searching "Authorization" in my headers on the back-end I am not finding it. But the "authorization" key exists, so I tried others Rest Clients and they all have "Authorization".
Can you change that ? So it will be "Authorization" in the headers and not "authorization".

Thanks a lot

@JVT038
Copy link

JVT038 commented Feb 20, 2024

I have the same problem here.
I'm sending a header named X-Auth-Token, yet the extension sends the header as x-auth-token. Now my backend is unable to find the header and it returns a 403.

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

No branches or pull requests

2 participants