503 Service Unavailable

  • You are here: Free PHP » Uncategorized » 503 Service Unavailable

503 Service Unavailable is a status that a server can send when they are overloaded, or otherwise incapable of handling a request. It couls still be starting, or it perhaps the application is partially down.

When this status is returned, a server can optionally include a Retry-After header to tell a client when to try the request again.

Example

HTTP/1.1 503 Service Unavailable
Content-Type text/plain
Retry-After: 1800

System overload! Give us some time to increase capacity.

References

Powered by Gewgley