JMeter 查看结果树请求显示错误
JMeter view results tree requests showing error
为什么会出现第二个请求 (Request2-1) 以及如何解决。
您的请求被重定向,没有访问资源的权限。
The HTTP 403 Forbidden client error status response code indicates that the server understands the request but refuses to authorize it.
请点击Request->Request
Body和Request->Request
Headers查看查看结果树中的请求详情
您需要确保请求被允许。
很可能是您尝试访问的资源需要 authentication 而您没有提供有效的身份验证上下文。
如果你这样做 HTTP Status Code 403 意味着不允许用户访问端点。
有关在 JMeter 测试中绕过登录验证示例的更多信息,请参阅如何使用 JMeter for Login Authentication 一文。
为什么会出现第二个请求 (Request2-1) 以及如何解决。
您的请求被重定向,没有访问资源的权限。
The HTTP 403 Forbidden client error status response code indicates that the server understands the request but refuses to authorize it.
请点击Request->Request
Body和Request->Request
Headers查看查看结果树中的请求详情
很可能是您尝试访问的资源需要 authentication 而您没有提供有效的身份验证上下文。
如果你这样做 HTTP Status Code 403 意味着不允许用户访问端点。
有关在 JMeter 测试中绕过登录验证示例的更多信息,请参阅如何使用 JMeter for Login Authentication 一文。