Redirect Checker
Trace the full redirect path of any link. See every hop, its HTTP status code, the redirect type, and how long each step takes, in order.
How it works
The checker follows your link server side and records each redirect in the chain: the status code (301, 302, 303, 307, 308), the destination it points to, the server, content type, whether a cookie was set, and the response time. It also follows HTML meta refresh redirects.
Two limits to know. Redirects done in JavaScript are flagged but not followed, because that needs a real browser. And some destinations (Amazon and other large sites) answer differently to automated requests, so the very last hop can show a code you would not see in a normal browser, even though the path up to it is exact.