About this tool
Enter a URL to see which hops it actually goes through, what status code each returns, and where it lands. This helps in several situations: confirming the 301s after a domain move, finding needless hops that slow loading, checking where a short or marketing link really goes, and diagnosing redirect loops. Among the codes, 301 and 308 are permanent and are what search engines use to transfer ranking signals, while 302 and 307 are temporary and transfer none. The difference within each pair is that 307 and 308 guarantee the request method is preserved, whereas historic implementations of 301 and 302 could turn a POST into a GET. Each extra hop costs another round trip, so collapse chains where you can. Because this request carries no cookies, a site that redirects based on sign-in state will show you the signed-out path.