使用htppclient 正常發送httpget請求,調入cookiestore數據。cookieStore含有11個cookie,執行的時候抓包發現,傳出數據變成了10個cookie和一個cookie2。能告訴改怎麼解決
CloseableHttpClient httpClient = getHttpClient();
HttpGet get = getHttpGet(url, headers);
HttpClientContext context = HttpClientContext.create();
context.setCookieStore(cookieStore);
看看這個:
http://www.sufeinet.com/thread-10020-1-1.html