How to Use curl Follow Redirect Verbose for Debugging? or Why Isn't curl Follow Redirect Verbose Show

18 Replies, 1780 Views

Yo! curl follow redirect verbose *usually* works, but some servers do shady stuff like meta-refresh or JS redirects (which curl ignores).

For a bulletproof trace, try `curl -vL --trace-time http://example.com`. The timestamps help untangle the mess.

Or, if you’re fancy, `burp suite` intercepts and maps every hop like a boss.

Messages In This Thread



Users browsing this thread: 1 Guest(s)