which java http client library is easy to use for programmatically doing posts, setting cookies and maybe ajax?
views:
35answers:
1
+2
A:
Apache HTTP Component (HttpClient 4.0),
http://hc.apache.org/httpcomponents-client-4.0.1/index.html
Normally, I would just use HttpURLConnection but its cookie handling is too weak to simulate browser behavior.
ZZ Coder
2010-06-27 00:25:55
Looks like the URL has changed. Try http://hc.apache.org/httpcomponents-client-ga/index.html
Adrian Mouat
2010-10-04 08:19:31