Mar 18, 2009

Web check with curl

From time to time I need to trace HTTP connections without having Firefox up and running with the correct plugins installed. So here is a way to do basic tracing using curl from the command line:
curl -b /tmp/curl-cookies -c /tmp/curl-cookies -s -v -o/dev/null http://test.address.tld/
Maybe I will extend this post with other combinations when I have time.

No comments: