I need to make some requests with cookies to an https:// URL. I know how to do it from the command line with cURL, and would like to automate it with Java.
I'm looking at HTTPClient and am getting utterly confused. It seems like it would take a lot of grungy programming. Is there any reason I should continue to pursue this line of effort?
The other way to go is to execute the cURL executable from within Java, that seems like it would be easier, if more of a pain.