Uses for cURL
21–30 of 75 posts
Re: Uses for cURL
#22Re: Uses for cURL
#23Re: Uses for cURL
#24Re: Uses for cURL
#25This title is a bit misleading. I was assuming that I'd be reading about how to use something that wasn't curl?
Re: Uses for cURL
#26> If you only care about headers use the -I flag and the response body will be hidden That is actually wrong. The -I flag set the request method to HEAD. So in some cases it will return different headers than a normal get request (and some servers don't implement HEAD responses at all).
Very true, but let's not forget that [0] > The HEAD method is identical to GET except that the server MUST NOT return a message-body in the response. and that > The metainformation contained in the HTTP headers in response to a HEAD request SHOULD be identical to the information sent in response to a GET request. [0]: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
Re: Uses for cURL
#27This title is a bit misleading. I was assuming that I'd be reading about how to use something that wasn't curl?
It got changed, sorry. Original title was "9 uses for cURL everyone should know". Perhaps a bit assumptive.
Re: Uses for cURL
#28Re: Uses for cURL
#29I'm sure there must be other sites documenting this too, but that's a very well written and prioritized bit of documentation - nicely done. Your echo service is pretty nifty too.
Re: Uses for cURL
#30I hope tomorrow I'll see an even more useful article on sending email from the command line! Wow. /sarcasm
Could you be more specific? I find it useful to understand different points of view.
Thanks