|
What does the Authorization: Bearer header do in an API request? |
Answered by
vgartg
May 29, 2026
Replies: 1 comment
|
It sends a token to authenticate the client. The server validates the token to identify the user or application before granting access to protected endpoints. |
0 replies
Answer selected by
tirexxic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It sends a token to authenticate the client. The server validates the token to identify the user or application before granting access to protected endpoints.