About the Connectivity Tester
Check whether a website or API is reachable, measure the response time in milliseconds and see the HTTP status and main response headers. Useful for debugging integrations, monitoring deployments, and quickly diagnosing whether a service is down or just slow. To inspect the IP behind a host, use our IP Lookup.
How to test in 3 steps
- Type the URL — for example
https://example.com— or pick a preset. - Click Test to send a HEAD request through ToolboxHub's server.
- Read the status, latency and headers. The tested URLs are listed in the history.
What does each HTTP status mean?
Status codes are organized into ranges. The summary below helps you quickly interpret the result.
| Range | Meaning | Examples |
|---|---|---|
| 2xx | Success — request handled correctly | 200, 204 |
| 3xx | Redirect — the resource is in another URL | 301, 302, 308 |
| 4xx | Client error — invalid URL, no auth, blocked | 401, 403, 404 |
| 5xx | Server error — failure on the destination side | 500, 502, 503 |