Y
Hacker News
new
|
ask
|
show
|
jobs
by
0xmohit
3518 days ago
I find it very useful for debugging. For example, when you have a web server that redirects requests saying:
curl --verbose --location URL
or even
curl --trace --location URL
provides the desired information.