|
小弟录制了一个脚本,查看client request 里header的内容如下:
POST /webService/Dig.aspx?r=Wed%20Jul%2027%2009%3A29%3A16%20UTC+0800%202011 HTTP/1.1
Accept: */*
Content-Type: application/x-www-form-urlencoded
Referer: http://www.porpoiseeyewear.com/s ... 1&p=2#creations
Connection: Keep-Alive
x-requested-with: XMLHttpRequest
Accept-Language: zh-cn
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)
Content-Length: 9
Pragma: no-cache
Cookie: ASP.NET_SessionId=yzs5qj45skwiyg55a2u0cxn1
Accept-Encoding: gzip, deflate
想要针对 Cookie: ASP.NET_SessionId=yzs5qj45skwiyg55a2u0cxn1 进行修改,使得每次的SessionId值都不同,请问有和办法。
web_add_header、web_add_cookies 方法都是用了,但是都不起作用,不知道是不是使用的方式不对。 |
|