trace_redirects
Trace the full redirect chain for a URL, hop by hop, revealing each status code and destination. Flags TLS downgrades, private-IP destinations, loops, long chains, and cross-domain hops.
Instructions
Trace the full redirect chain for a URL, hop by hop.
Follows redirects manually (allow_redirects=False + loop) instead of relying on requests' built-in auto-follow, so each hop's own status code and destination are visible. Flags TLS downgrades, private-IP destinations, redirect loops, excessively long chains, and cross-domain hops along the way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||