DevToolsHub Logo

DevToolsHub

HTTP Status Code Reference

2xx Success

200OK

The request has succeeded.

201Created

The request succeeded and a new resource has been created.

204No Content

The request succeeded but there is no content to return.

3xx Redirection

301Moved Permanently

The requested resource has been permanently moved to a new URL.

302Found

The requested resource has been temporarily moved to a different URL.

4xx Client Errors

400Bad Request

The server could not understand the request due to invalid syntax.

401Unauthorized

Authentication is required and has failed or was not provided.

403Forbidden

The server understood the request but refuses to authorize it.

404Not Found

The server can not find the requested resource.

409Conflict

The request conflicts with the current state of the target resource.

429Too Many Requests

The user has sent too many requests in a given amount of time.

5xx Server Errors

500Internal Server Error

The server encountered an unexpected condition that prevented it from fulfilling the request.

502Bad Gateway

The server received an invalid response from an upstream server.

503Service Unavailable

The server is not ready to handle the request, often due to overload or maintenance.