[b]"How to Use curl Follow Redirect Verbose for Debugging?"[/b] or [b]"Why Isn't curl Follow Redirect Verbose Show

18 Replies, 1734 Views

"curl follow redirect verbose not showing all steps – what's up?"

Hey folks!

So I'm trying to debug some redirects with `curl follow redirect verbose`, but it's not showing *all* the hops. Like, it just skips some?

I'm using:
```bash
curl -v -L http://example.com
```
Shouldn't `-L` (follow redirect) + `-v` (verbose) show *every* redirect? Am I missing something obvious?

Also, is there a better way to track *exactly* where the request goes? Sometimes the output's a mess and hard to follow.

Thanks in advance! 🙏

(ps. yes, i checked man pages, still confused lol)

Messages In This Thread
[b]"How to Use curl Follow Redirect Verbose for Debugging?"[/b] or [b]"Why Isn't curl Follow Redirect Verbose Show - by - 20-08-2024, 12:15 AM



Users browsing this thread: 1 Guest(s)