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: httpclient-users-unsubscr...@hc.apache.org For additional commands, e-mail: httpclient-users-h...@hc.apache.org