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
CodeDescription
200OK - The request was successful.
301Moved Permanently - The resource has been moved to a new URL.
302Found (Temporary Redirect) - The resource is temporarily at a different URL.
400Bad Request - The server could not understand the request.
401Unauthorized - Authentication is required.
403Forbidden - You do not have permission to access this resource.
404Not Found - The requested resource could not be found.
500Internal Server Error - The server encountered an error.
502Bad Gateway - The server received an invalid response from the upstream server.
503Service Unavailable - The server is currently unable to handle the request.