200-901 · Question #618
Which two HTTP code series relate to errors? (Choose two.)
The correct answer is D. 400 E. 500. HTTP status codes are divided into five classes: 1xx (Informational): Request received, continuing process 2xx (Success): The action was successfully received, understood, and accepted 3xx (Redirection): Further action must be taken to complete the request 4xx (Client Error)…
Question
Which two HTTP code series relate to errors? (Choose two.)
Options
- A100
- B200
- C300
- D400
- E500
How the community answered
(26 responses)- A8% (2)
- B4% (1)
- D88% (23)
Explanation
HTTP status codes are divided into five classes: 1xx (Informational): Request received, continuing process 2xx (Success): The action was successfully received, understood, and accepted 3xx (Redirection): Further action must be taken to complete the request 4xx (Client Error): The request contains bad syntax or cannot be fulfilled 5xx (Server Error): The server failed to fulfill an apparently valid request
Topics
Community Discussion
No community discussion yet for this question.