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

[fresh_graphql] wrong Bearer case #83

Open
subzero911 opened this issue Apr 1, 2023 · 0 comments
Open

[fresh_graphql] wrong Bearer case #83

subzero911 opened this issue Apr 1, 2023 · 0 comments

Comments

@subzero911
Copy link

subzero911 commented Apr 1, 2023

  1. OAuth2Token has "bearer" token type by default
    but the proper name is "Bearer"
    Case is crucial here, I cannot perform the request with "bearer". I debugged for an hour to find a reason!
  2. Auth header name is "authorization", but it should be "Authorization". It doesn't really matter, header "authorization" has been accepted too, but it's still not correct.
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