← Back to tools
View AGENTS.md for redive
Description
redive is a CLI tool that traces URL redirections in the terminal. It follows HTTP redirects and shows each step in the redirect chain, useful for debugging and analyzing URL routing.
AI Summary
A CLI tool for tracing and displaying URL redirect chains.
Capabilities
- + Trace HTTP/HTTPS redirections
- + Display the full redirect chain
- + Debug URL routing issues
Use When
- → You need to debug URL redirects
- → You want to see the full redirect chain for a URL
Avoid When
- x You need full HTTP debugging (use curl -v instead)
- x You need to modify or intercept requests