本帖最后由 都市浪子666 于 2010-12-2 14:04 编辑
抓包是
GET /plus/digg_ajax.php?action=bad&id=305 HTTP/1.1
Accept: */*
Accept-Language: zh-cn
Referer: http://www.yangtianhe.com/plus/view.php?aid=305
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
Host: www.yangtianhe.com
Connection: Keep-Alive
Cookie: diggid=305
$oHTTP = ObjCreate("microsoft.xmlhttp")
$oHTTP.Open("GET", "http://www.yangtianhe.com/plus/view.php?aid=305",false)
$oHTTP.setRequestHeader("Cache-Control", "no-cache")
$oHTTP.setRequestHeader("Content-Type", "application/x-www-form-urlencoded")
$oHTTP.setRequestHeader("Connection", "Keep-Alive")
$oHTTP.setRequestHeader("Referer", "http://www.yangtianhe.com/plus/view.php?aid=305")
$oHTTP.Send("")
|