HTTP Status Checker
Check HTTP status codes for one or many URLs at once.
Enter URLs
Results
Enter URLs to Check
Enter a single URL or multiple URLs (one per line). Example:
https://example.com
https://anotherdomain.com/page
Common HTTP Status Codes
Code | Description |
---|---|
200 | OK - The request was successful. |
301 | Moved Permanently - The resource has been moved to a new URL. |
302 | Found (Temporary Redirect) - The resource is temporarily at a different URL. |
400 | Bad Request - The server could not understand the request. |
401 | Unauthorized - Authentication is required. |
403 | Forbidden - You do not have permission to access this resource. |
404 | Not Found - The requested resource could not be found. |
500 | Internal Server Error - The server encountered an error. |
502 | Bad Gateway - The server received an invalid response from the upstream server. |
503 | Service Unavailable - The server is currently unable to handle the request. |