URL Redirect Checker

Follow HTTP redirects and inspect the redirect chain and final destination.
Safe
The results are not stored or published anywhere.

Explanation

HTTP status codes used for redirects

301Indicates that the requested resource has moved permanently to a new URL.
302Indicates that the requested resource has moved temporarily to a new URL.
303Indicates that the request method is changed to GET when redirecting.
307Same meaning as 302, but the HTTP method is preserved during the redirect.

Related Tools