- Home
- All questions
- Question 39
CKA study material · question 39 of 1000
Which HTTP status does the API server return for a request that authorization denies?
Show the answer
Answer: D. 403 Forbidden
A denied API request comes back as HTTP 403 Forbidden; 401 signals a failed authentication instead.
Source: Authorization (Kubernetes) — Authorization verdicts