Website status checker: is it up or down?

Request a website live and see whether it answers, how fast, with which HTTP status, which server software, and what title and description the page declares.

What this check does

OrbitProbe opens an HTTPS connection to the site, follows up to five redirects and records the final HTTP status code, the time until the first byte of the answer, the Server header and the first 64 KB of the page, from which the title and meta tags are read. If HTTPS does not answer, plain HTTP is tried.

The result is one observation from one place at one moment. A site can be reachable from our server and unreachable for you because of your network, your DNS resolver or a regional outage, and the other way round. For a second opinion on DNS, use the propagation checker.

Reading the status

Up means the final answer was a 2xx or 3xx status. Answered with an error means the server is reachable but returned 4xx or 5xx: a 403 frequently only tells you that automated requests are refused, while a 5xx is a failure reported by the server itself. No answer means neither port 443 nor port 80 responded within the time budget.

Not tested is shown when the name has no address record or points at a private address. That is a statement about the check, not about the site.

Uptime history

Uptime is a record of many checks over time. This page does not invent one: it shows the checks this service has actually made for the domain since it last started, and says how many there are. To be told when the DNS of a domain changes, create a watch in the workspace.

FAQ

How do I check if a website is down for everyone or just me?

Enter the domain above. If OrbitProbe gets an answer and you do not, the problem is likely on your side: try another network or DNS resolver. If neither gets an answer, the site itself is likely having trouble.

What does the Server type tell me?

It is the Server header the site sends, such as nginx, Apache or cloudflare. Behind a CDN it names the CDN, not the origin server, and sites are free to hide or change it.

Why is the response time different from what I see in my browser?

It is the time to the first byte measured from our server, without images, scripts or rendering. It is useful for comparison over time, not as a page speed score.

Why does a site that works for me show 403 here?

Many sites and firewalls refuse requests that do not come from a browser. The server is reachable; it chose not to serve an automated client.

Where do the page title and description come from?

From the <title> and meta tags in the HTML the site returned. They are written by the site owner and shown here as plain text.