HTTP Status Code Finder
Quickly look up any HTTP status code to understand its meaning and common causes.
OK
SuccessThe request succeeded. The result depends on the HTTP method.
Created
SuccessThe request succeeded, and a new resource was created as a result.
No Content
SuccessThere is no content to send for this request, but the headers may be useful.
Moved Permanently
RedirectionThe URL of the requested resource has been changed permanently.
Found
RedirectionThe URI of requested resource has been changed temporarily.
Bad Request
Client ErrorThe server cannot or will not process the request due to an apparent client error.
Unauthorized
Client ErrorThe client must authenticate itself to get the requested response.
Forbidden
Client ErrorThe client does not have access rights to the content.
Not Found
Client ErrorThe server cannot find the requested resource.
Internal Server Error
Server ErrorThe server has encountered a situation it does not know how to handle.
Bad Gateway
Server ErrorThe server, while working as a gateway to get a response needed to handle the request, got an invalid response.
Service Unavailable
Server ErrorThe server is not ready to handle the request. Common causes are maintenance or overloading.
In-Depth Guide
Everything you need to know
HTTP Status Codes are three-digit responses from a server to a client's request. They are divided into five classes based on the first digit (1xx through 5xx).
Standard Classes:
- 2xx: Success
- 3xx: Redirection
- 4xx: Client Error
- 5xx: Server Error