What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
A tool that accepts a URL, follows all redirects until a final response (e.g. HTTP 200), and shows the complete redirect chain.
Is there example of this tool in the wild?
Additional context
Output structure
- Summary – number of redirects + clickable final URL
- Full chain – ordered list of every hop with status code, target URL, response headers/metadata, and optional response body (collapsible/truncated)
Core behavior
- Follow redirects hop-by-hop (no auto-follow)
- Stop on final non-redirect status, loop detection, or max hops limit
- Make all URLs in the chain clickable
Useful extras
- Per-hop response time
- User-Agent selector (browser / Googlebot / custom)
- Option for HEAD vs GET
- Basic warnings: long chain, HTTP↔HTTPS change, non-200 final status, redirect loop
Validations
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
A tool that accepts a URL, follows all redirects until a final response (e.g. HTTP 200), and shows the complete redirect chain.
Is there example of this tool in the wild?
Additional context
Output structure
Core behavior
Useful extras
Validations