记录日志 -
Response headers:
HTTP/1.1 302 Moved Temporarily
Server: FISServer
Cache-Control: no-cache,no-store,max-age=0
Content-Type: text/html;charset=UTF-8
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; block-all-mixed-content
Strict-Transport-Security: max-age=31536000; includeSubDomains
Date: Thu, 08 Mar 2018 06:39:57 GMT
Location: https://temp1.temp2.com/pta/pages/index.jsp?st=J6UV- D0EU-5TPE-7H5S-18ZA-TLAT-UVM7-5J4Z
回复日志 -
Response headers:
HTTP/1.1 200 OK
Server: FISServer
Cache-Control: no-store, no-cache, must-revalidate
Content-Type: text/html;charset=UTF-8
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; block-all-mixed-content
Strict-Transport-Security: max-age=31536000; includeSubDomains
Date: Thu, 08 Mar 2018 07:23:35 GMT
Expires: Wed, 31 Dec 1969 23:59:59 GMT
答案 0 :(得分:0)
你很可能没有改变一些可以出现的id:
因此,您无法使用302获得成功响应,而是使用代码200获得另一个响应。
我想这是你正在重播的登录界面。
另一种可能性是缺少Cookie管理器,ypu需要使用标准策略添加。