http 302的问题
由 9060001 于 周一, 08/25/2008 - 22:28 提交。
http返回302(redirect),不是200
Jsky会认为该页面或文件存在,导致误报
HTTP/1.1 302 Found
Date: Mon, 25 Aug 2008 13:23:16 GMT
Server: Apache
Location: http://www.test.cn/error/index.html
Content-Length: 223
Connection: close
Content-Type: text/html; charset=iso-8859-1
HTTP/1.1 200 OK
Date: Mon, 25 Aug 2008 13:23:16 GMT
Server: Apache
Last-Modified: Wed, 28 May 2008 08:04:31 GMT
ETag: "7ecc-b27-dcd2dd8f"
Accept-Ranges: bytes
Content-Length: 2855
Connection: close
Content-Type: text/html; charset=GB2312

赞助你们我有什么好处?
Pigment Orange 13
ȫ
ҽѧ
你好,在jsky的介绍文
你好,在jsky的介绍文档中的FAQ中有这样一段话:
Maybe the target defined custom 404 page. You can detect this situation at the "Other configuration" tab page in scan wizard, click the "Auto" button.
说的就是你指的这种情况,当用户自定义404错误页面时大多数会使用302消息重定向,在JSKY中提供了规避的方法:"Other configuration"->"Auto"会自动识别这种情况。
发表新评论