HTTP Status Code Checker
Shows HTTP Response Status Codes.
HTTP Status Code Checker
Our HTTP Status Code Checker is a tool designed to quickly determine the current status of a website. By simply entering the website's URL, users can check the HTTP response status code returned by the web server and determine whether the server successfully processed the request or encountered an error.
To check the status of a website with an internationalized domain name, first convert the name to punycode.
HTTP Status Codes
HTTP status codes are represented by three-digit numbers and used by web servers to communicate the result of client requests. These codes are categorized into five classes, determined by the first digit of the status code. Below are examples of frequently encountered status codes:
- 1xx Informational
- 2xx Success:
- "200" OK: The server successfully processed the request.
- 3xx Redirection:
- "301" Moved Permanently: The requested page has been permanently moved to a new location.
- "302" Found: The requested page has been temporarily moved to a different location.
- 4xx Client Errors:
- "403" Forbidden: Access to the requested resource is forbidden.
- "404" Not Found: The requested resource could not be located on the server.
- "410" Gone: The target resource is no longer available at the origin server.
- 5xx Server Errors:
- "500" Internal Server Error: A generic error message indicating that the server encountered an unexpected condition.
For more information see RFC 7231 (Section 6 - Response Status Codes)
Contact
Missing something?
Feel free to request missing tools or give some feedback using our contact form.
Contact Us