"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)
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)
