Check Redirect Chain
check_redirect_chainTrace a URL's redirect chain step by step to identify each hop's status and headers. Pinpoint redirect loops, overly long chains, and HTTP-to-HTTPS upgrades to diagnose SEO and navigation issues.
Instructions
Follow the redirect chain of a URL hop by hop (using manual redirect). Returns each hop with status, Location header, and Server header. Detects redirect loops, long chains, and HTTP-to-HTTPS upgrades.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to follow redirects for | |
| maxRedirects | No | Maximum number of redirects to follow |