trace_redirects
Trace a URL's redirect chain to reveal each hop's HTTP status code, final destination, and total redirect count. Identify redirect loops or unexpected paths.
Instructions
Follow a URL's redirect chain. Shows every hop with HTTP status code, final destination URL, and total number of redirects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to trace (e.g., "http://github.com") |