Home › Software Testing › Software Testing › tools_automation_cicd › An HTTP 401 status code indicates
An HTTP 401 status code indicates
AForbidden, server understands but refuses
BNot Found, resource does not exist
CInternal Server Error on the backend
DUnauthorized, authentication required
Answer & Solution
Correct answer: D. Unauthorized, authentication required
401 Unauthorized = no/invalid credentials. 403 Forbidden = authenticated but not permitted. 404 Not Found = resource missing. 500 Internal Server Error = backend exception.
Related questions
In Scrum, the 'Definition of Done' (DoD) typically includesTest pyramid (Mike Cohn) advocates forA 'flaky test' is a test thatBehaviour-driven development (BDD) tools commonly usePerformance testing in general is BROADER than load testing because it includesAccessibility testing primarily ensures thatPenetration testing is a form ofMutation testing measures the effectiveness of