在Jmeter中 - 没有发生重定向(响应头中的位置没有响应回复)

时间:2018-03-08 07:49:31

标签: regex redirect jmeter response-headers extractor

记录日志 -

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
  1. 为什么我没有在回复日志jmeter中获取Location标头 - >尝试重定向自动并按照重定向
  2. 我无法使用RE提取器提取st值 - >尝试在响应标头中搜索

1 个答案:

答案 0 :(得分:0)

你很可能没有改变一些可以出现的id:

  • 头/饼干
  • url参数
  • 请求正文

因此,您无法使用302获得成功响应,而是使用代码200获得另一个响应。

我想这是你正在重播的登录界面。

另一种可能性是缺少Cookie管理器,ypu需要使用标准策略添加。