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

'Bearer' gets stripped from 'Authorization' headers #607

Open
gverm opened this issue Sep 13, 2022 · 0 comments
Open

'Bearer' gets stripped from 'Authorization' headers #607

gverm opened this issue Sep 13, 2022 · 0 comments

Comments

@gverm
Copy link

gverm commented Sep 13, 2022

Using the delegates system, I am doing a request to a different service in authorize(). I am accessing the 'Authorization' header like this: context['request_headers']['Authorization']. I noticed I was getting malformed header errors back from my service and that it seemed that 'Bearer' is stripped from the 'Authorization' headers. Printing them confirmed this suspicion. This is preventing me from just passing the request 'Authorization' headers to my other service.

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

1 participant