Connectivity Tester

Enter an HTTP or HTTPS URL. The protocol will be inferred when omitted.
Quick presets

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

  1. Type the URL — for example https://example.com — or pick a preset.
  2. Click Test to send a HEAD request through ToolboxHub's server.
  3. 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.

RangeMeaningExamples
2xxSuccess — request handled correctly200, 204
3xxRedirect — the resource is in another URL301, 302, 308
4xxClient error — invalid URL, no auth, blocked401, 403, 404
5xxServer error — failure on the destination side500, 502, 503

Frequently asked questions