Cisco
200-901 · Question #570
Which HTTP status code is returned when a server is down for maintenance?
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
How the community answered
(36 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D89% (32)
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.