Replies: 1 comment 3 replies
-
|
Hi @tvaupo, yes it is deemed safer to use the authorization header. Hope this information helps |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hello!
I believe that encoding the access token into the URL carries security risks as it exposes you to interception of said token. The proper approach would be to use a correct header - similarly as you implement application/json type already. Header should be:
"Authorization: Bearer "
Let me know if my assessment is incorrect or you have other considerations.
Beta Was this translation helpful? Give feedback.
All reactions