Website Status Checker
Is it up? Status code, redirects and timing
Fetch a URL and report exactly what came back: the HTTP status code, the full redirect chain, the response time and the address that served it. If a site is down for you, this tells you whether it is down for everyone.
Frequently asked questions
What does a 200 status mean?
200 OK means the server returned the page normally. 301 and 302 are redirects, 403 means access was refused, 404 means the page does not exist, and anything in the 500s is an error on the server side.
The site loads for me but shows an error here. Why?
Common causes are a firewall or bot filter blocking datacenter traffic, a certificate that only some clients accept, or geographic blocking. The response we show is what an ordinary non-browser client receives.