|

本帖最后由 blndgnm 于 2013-5-8 15:21 编辑
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<script type="text/javascript">
var url = encodeURI('https://passport.baidu.com/v2Jump.html?callback=&index=0&codestring=&username=&phonenumber=&mail=&tpl=&u=&needToModifyPassword=&gotourl=&auth=&error=119998');
//parent.callback(url)
window.location.replace(url);
</script>
</body>
</html>
无论写什么帐号密码 返回的都是这个↑
我抓的post地址是:https://passport.baidu.com/v2/api/?login
POST数据是:POST /v2/api/?login HTTP/1.1
Accept: image/gif, image/jpeg, image/pjpeg, image/pjpeg, application/x-shockwave-flash, application/msword, application/xaml+xml, application/x-ms-xbap, application/x-ms-application, */*
Referer: http://www.baidu.com/cache/user/html/login-1.2.html
Accept-Language: zh-cn
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET4.0E)
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip, deflate
Host: passport.baidu.com
Content-Length: 329
Connection: Keep-Alive
Cache-Control: no-cache
Cookie: HOSUPPORT=1; SAVEUSERID=f7c16050acc4e4da0c5424349030a25f1dcb03d9; BAIDUID=EA2FD808070D9EC352B549F1F1C2D6B3:FG=1; H_PS_PSSID=1460_2133_1945_2201_1788_2250_2259_2252_2361
ppui_logintime=17203&charset=utf-8&codestring=&token=5ccdeee7f220a94af40728e32b2e6eae&isPhone=false&index=0&u=&safeflg=0&staticpage=http%3A%2F%2Fwww.baidu.com%2Fcache%2Fuser%2Fhtml%2Fjump.html&loginType=1&tpl=mn&callback=parent.bdPass.api.login._postCallback&username=帐号&password=密码&verifycode=&mem_pass=on
|
|