|
本帖最后由 fsfsfs 于 2015-9-22 12:43 编辑
我这里设置了一个cookie 抓包发现 请求的cookie只有设置的一部分长度, 后面缺少了一半,在哪里修改这个地方? 我数了一下,只设置了前254个字符的cookie
HttpHelper http = new HttpHelper();
HttpItem item = new HttpItem()
{
URL = posturl,//URL这里都是测试 必需项
Accept = "text/html, application/xhtml+xml, */*",
ContentType = "application/x-www-form-urlencoded",
Encoding = Encoding.GetEncoding(bianma),
// Accept-Encoding = "gzip,deflate",
Method = "POST",//URL 可选项 默认为Get
ResultType = ResultType.String,
Cookie = “Hm_lvt_88ac9d6018876c5ce132e00a6b66ef09=1442651052,1442654377,1442718833,1442853486; Hm_lpvt_88ac9d6018876c5ce132e00a6b66ef09=1442853494; Hm_lvt_987978cdb70236aad9cf6ac0b1285f98=1440808907,1442651184,1442654377,1442853494; Hm_lpvt_987978cdb70236aad9cf6ac0b1285f98=1442853494; Track_Guid=acf016b5-27a9-100e-deaf-7b586ffcff5a; UserID_Apping=9979675; AJSTAT_ok_pages=2; AJSTAT_ok_times=4; ValidateCode2=ValidateCode2=Q9HXNWvriZM=”
|
|