如何修改Client Request Header里的内容
小弟录制了一个脚本,查看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/sport/realm.aspx?type=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 方法都是用了,但是都不起作用,不知道是不是使用的方式不对。 SessionID=yzs5qj45skwiyg55a2u0cxn1
这个数值是需要关联的动态数据, 这个需要手工关联,应该用web_reg_save_param 这个方法做
页:
[1]