On Fri, 2014-07-18 at 19:48 +0800, Li Li wrote: > CookieSpecs.BEST_MATCH. > do I need change it to CookieSpecs.IGNORE_COOKIES? >
Or disable cookie management altogether
---
CloseableHttpClient client = HttpClients.custom()
.disableCookieManagement()
.build();
---
Oleg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
