关于View Results Tree的响应视图的更改:
在 View Results Tree 中,请求和响应的 headers/body 被清楚地分开,以便您更好地检查请求和响应
我看到200 OK
来自一台服务器的“有效”响应:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Content-Type: application/json
Content-Length: 32
以及200 200
来自其他服务器的“无效”响应(相同的请求):
HTTP/1.1 200 200
Server: Apache
Content-Type: application/json
Content-Length: 32
X-Content-Type-Options: nosniff
X-XSS-Protection: 1
Connection: close
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
为什么有时它不显示OK
HTTP 状态码的描述?是 apache 问题还是 JMeter 问题,如何解决?
编辑
这个问题实际上与 JMeter 无关,它也出现在较旧的 JMeter 版本中,但在 UI 中有所不同