Microservices - Authentication and Authorization
Which of the following is the correct way to represent an API key in a request header?
API-Key or similar, but Authorization: Bearer is usually for tokens, not API keys.API-Key is the widely accepted header for API keys, making API-Key: <API_KEY> correct.API-Key: <API_KEY> -> Option C15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions