redirect_tracer
Trace full redirect chains across HTTP, JavaScript navigation, and meta refresh to identify final destinations, status codes, and headers.
Instructions
Trace the complete redirect chain of a URL. Tracks HTTP 301/302, JavaScript navigation (window.location, setTimeout), and meta refresh tags. Returns the full path with status codes and headers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| timeout | No | Navigation timeout in ms | |
| followJS | No | Track JavaScript-triggered navigations | |
| decodeURLs | No | Automatically decode percent-encoded URLs in the chain | |
| followMeta | No | Track meta refresh redirects | |
| maxRedirects | No | ||
| includeHeaders | No |