Description
Follow and document the complete redirect chain for a URL — every 301, 302, 303, and 307 hop. See where a URL ultimately lands, detect redirect loops, and analyze redirect configurations.
Use Cases
- Debug redirect chains causing slow page loads
- Verify HTTP-to-HTTPS redirects work correctly
- SEO — ensure proper 301 redirects for link equity
- Detect redirect loops and misconfigured forwarding
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url |
string | Yes | URL to trace redirects for |
format |
string | No | Response format: json or markdown |