Which HTTP header is commonly used for transmitting authentication credentials?
- Authentication
- Authentication-Info
- Authorization
- Credentials
The HTTP header commonly used for transmitting authentication credentials is "Authorization". This header carries the credentials needed to authenticate the client's request to the server.
Loading...
Related Quiz
- Explain the difference between sentinel errors and error types in Go.
- Imagine you are building a RESTful API using Go. How would you structure the routing to handle different resource types and actions?
- When a Go interface has many methods, it may be beneficial to _____ it into smaller interfaces for easier mocking.
- What type of data model does Redis primarily use?
- What keyword is used to declare a variable in Go?