HttpClient, Selenium, HtmlUnit - depends on your exact case
Bozho
2009-12-14 11:51:20
Use a packet capture utility such as Wireshark to monitor the http requests.
Compare what the browser is sending to what your code is sending.
Modify your code accordingly.