Loading…
Check final destinations, redirect behavior, response timing, and result classifications before you share a link or hand it off to someone else.
example.com and PathPing will assume https:// by default.A hop is one step in a redirect chain.
Each hop shows the URL, the status code, and the Location header (if present).
It usually means a loop (A → B → A) or a misconfigured HTTP→HTTPS / www / trailing-slash policy.
Fixing it typically means making one canonical redirect path and removing conflicting rules.
HEAD is faster and cheaper, but some servers handle it incorrectly.
If HEAD fails or looks suspicious, the checker may fall back to GET for accuracy.