Is It Down or Up?

Network Server-side uptime website http status-code monitoring ping down up

This tool processes your data on the server: whatever you submit here is sent over the network to be processed, then the result is sent back to your browser.

What it does

Enter a URL and this tool makes a real HTTP request from the server to check whether the site is reachable, how long it took to respond, and which exact HTTP status code it returned (200, 301, 404, 500, timeout, connection refused, etc.). This is more reliable than checking from your own browser, since your local network, DNS, or firewall might behave differently than the wider internet.

Try it

How it works

  1. Your browser sends the URL to /api/tools/is-it-down-or-up.
  2. The server (tools/is-it-down-or-up/server.js) makes an HTTP(S) request to that URL directly, with a 10-second timeout.
  3. It reports back:

Why check from the server instead of the browser?

Notes