HTTP & IP
HTTP Status Code Checker
Quick HTTP status code check for any URL — follows redirects and shows response time.
About HTTP Status
Returns the HTTP status code for any URL — a fast, single-purpose check when you just need to know if a page is returning 200, 404, 500, or something else. Useful for quickly confirming a page is reachable after a deploy, or checking that a maintenance or custom error page is returning the correct status code — a surprisingly common miss, since a "not found" page that actually returns 200 is invisible to monitoring tools and search engines alike.
This shows the status of the URL as given — if that URL is itself a redirect, the code returned is the redirect's own status (like 301), not the final destination's; for the full chain, use the Redirect Tracer.
Common Codes
200 OK
301 Moved Permanently
302 Found (temp redirect)
304 Not Modified
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
429 Rate Limited
500 Server Error
503 Unavailable
301 Moved Permanently
302 Found (temp redirect)
304 Not Modified
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
429 Rate Limited
500 Server Error
503 Unavailable