无法处理 jmeter 中的条带 API

Unable to handle the stripe API in jmeter

我们正尝试在我们的 local/internal 网站上执行负载测试。我们在 Stripe 付款弹出窗口时遇到问题。虽然处理了动态键,但它显示错误为:"Unable to perform color detection".

如果有人可以帮助我,那就太好了。

使用 Jmeter 5.1 版本工具尝试使用正则表达式提取来处理动态密钥。

实际:条纹支付面临问题 API,错误消息为 "Unable to perform color detection"

预期:200 状态代码。

参考截图如下:

根据Stripe error : unable to perform color detection question most upvoted answer

This can happen if the image URL is not publicly accessible, as Stripe has to be able to request the image from their servers. This can happen if you are running a local copy of the application which isn't accessible from the outside world, or if it is behind a VPN or authentication.

因此您需要请求网络管理员允许您的本地应用程序访问 Stripe 后端服务器,或者请求开发人员指定从本地源获取图像。

这里与 JMeter 无关,您只能通过添加一个 Response Assertion 作为失败请求的子项并勾选 Ignore Status

来忽略错误