Test any HTTP endpoint from Cloudflare's edge network. Get status codes, response headers, TLS details, timing breakdowns, and full redirect chains. Useful for verifying deployments, debugging connectivity, and checking endpoint health.

Press Enter to probe · / to focus

What This Tool Checks

Frequently Asked Questions

Where are probe requests sent from?

Requests are sent from Cloudflare's edge network, not from your browser. This means results show the server's response to a request from Cloudflare's infrastructure, which may differ from what you see locally due to geographic routing or IP-based access rules.

Does this tool follow redirects?

Yes. The probe follows the full redirect chain and shows each hop with its status code and Location header. You can see exactly where a URL ends up after all redirects resolve.

Can I probe internal or private endpoints?

No. The probe runs from Cloudflare's public edge network and can only reach publicly accessible endpoints. Internal, VPN-only, or firewall-blocked endpoints will return connection errors.

What timing metrics are shown?

The probe breaks down response time into DNS lookup, TCP connection, TLS handshake, time to first byte (TTFB), and content transfer. This helps identify which phase is causing slowness.

Can I test POST or other HTTP methods?

Currently the probe sends GET requests only. For testing other HTTP methods, use curl or a dedicated API testing tool.

Related Tools