1
I need my Httpclient return to be able to run a Javascript and load cookies inside it, someone knows how to configure it so this can be possible?
Grateful
1
I need my Httpclient return to be able to run a Javascript and load cookies inside it, someone knows how to configure it so this can be possible?
Grateful
Browser other questions tagged javascript java cookies
You are not signed in. Login or sign up in order to post.
Httpclient is for making an HTTP request and not emulating (the behaviour it would have in) a browser. Htmlunit and Selenium have Javascript support.
– Renan Gomes
You may be interested in Nashorn: http://www.infoq.com/br/articles/nashorn
– Victor Stafusa
How this Htmlunit works, and this Selenium, re22?
– Tiago Ferezin