1 February 2011

cURL for Debugging

Only HTTP headers:

$ curl -I http://example.com/

And basic HTTP authentication:

$ curl -u user:password http://example.com/

No comments: