cy33233 发表于 2012-4-4 11:25:34

新手求助

模块其他都做好了就卡在网站自动登陆这里了 因为我的网站有认证码 手动不知道认证码该用什么表单,还有返回的代码找不到登陆成功的标志 下面是抓到的代码<head><title>Object moved</title></head>
<body><h1>Object Moved</h1>This object may be found <a HREF="Admin2000/Admin_Index.asp">here</a>.</body>


用Cookie登陆也不行


网页源代码:
<html><head><title>登陆时间超时</title><meta http-equiv='Content-Type' content='text/html; charset=gb2312'>
<link href='/Images/Admin/style.css' rel='stylesheet' type='text/css'></head><body><br><br>
<table cellpadding=2 cellspacing=1 TableBorder=0 width=400 class='TableBorder' align=center>
<tr align='center'><th height='22'><strong>登陆时间超时</strong></th></tr>
<tr><td height='100' valign='top' class='TableRow1'><br><br><li>该专区为管理员专区,您没有权限进行操作!请登陆后再进行操作!</li></td></tr>
<tr align='center'><td class="TableRow2"><a href="/Admin_Login.Asp" target="_top">&lt;&lt; 返回登录页面</a>[<a href=# onclick=history.go(-1)> 返回上一页 </a>] <a href='javascript:window.close();'>【关闭】</a></td></tr>
</table>
</body></html>

返回的Header:
HTTP/1.1 200 OK
Date:Wed, 04 Apr 2012 03:19:23 GMT
Server:Microsoft-IIS/6.0
X-Powered-By:ASP.NET
Content-Length:769
Content-Type:text/html
Set-Cookie:FY20100925=; path=/
Cache-control:private

303718 发表于 2012-4-4 11:53:01

你可以用 内置浏览器获取COOKIE来发布
页: [1]
查看完整版本: 新手求助