CiscoCisco
200-901 · Question #570
200-901 Question #570: Real Exam Question with Answer & Explanation
The correct answer is D: 503. HTTP status code 503 (Service Unavailable) is returned when a server is temporarily unable to handle the request. This status code indicates that the server is down for maintenance or is overloaded. It suggests that the client should try the request again after a delay.
Understanding and Using APIs
Question
Which HTTP status code is returned when a server is down for maintenance?
Options
- A401
- B403
- C501
- D503
Explanation
HTTP status code 503 (Service Unavailable) is returned when a server is temporarily unable to handle the request. This status code indicates that the server is down for maintenance or is overloaded. It suggests that the client should try the request again after a delay.
Topics
#HTTP status codes#Server errors#API error handling#Web communication
Community Discussion
No community discussion yet for this question.