The ______ header is often used to pass the authentication token from the client to the server in HTTP requests.

  • Authorization
  • Token
  • Authentication
  • Bearer
The Bearer header is often used to pass the authentication token from the client to the server in HTTP requests when using JWTs for authentication. It is a common practice to include the JWT as a Bearer token in the Authorization header. The other options may not be standard headers for this purpose.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *