Runs on our server
Redirect chain
Every hop from https://domain/.
The check runs on our server. We do not store the domain.
What this checks
This tool requests https://domain/ and follows every redirect, up to 10 hops, listing the status code and URL at each step.
What to look for
A long chain adds latency to every visit and can hit a browser's own redirect limit — collapse it to a single redirect where you can. A chain that ends up on a different domain is worth a second look: confirm it's a move or a CDN you expect, not a misconfiguration sending your traffic somewhere else. A final hop that is plain HTTP, not HTTPS, means the connection was never encrypted end to end.