Why is the Bearer Prefix Not Required in the HTTP Pull Data plane Public API? #4676
Unanswered
thomasrutger
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that the HTTP Pull data plane public API proxy requires the exchanged API token to be sent without the
Bearer
prefix. While I understand this does not concern a typical OAuth flow, it seems that even outside OAuth, theBearer
prefix is often used as a convention. Clients might expect this prefix, as I have already encountered a situation where a client unknowingly prefixed the token withBearer
.Is there a specific reason for not requiring the
Bearer
prefix?Thank you for your time and support!
Beta Was this translation helpful? Give feedback.
All reactions