JMeter Http Request GET 忽略参数

JMeter Http Request GET ignores parameters

在用于 HTTP 请求采样器的 JMeter Documentation 中,我发现了这个:

"As a special case, if the path starts with "http://" 或 "https://" 然后这被用作完整的 URL。在这种情况下,服务器、端口和协议字段将被忽略; GETDELETE 方法的参数也被忽略。"

这是否意味着 GET 总是 忽略参数或只是在这种特殊情况下?为了便于阅读,我更愿意将我的参数放在 'send parameter with the request' 部分,但如果它不起作用,我不想在这上面浪费时间。

普通 JMeter 构建完整 URL 基于来自服务器的详细信息、端口、协议、HTTP 采样器的路径详细信息或 HTTP 请求默认值假设路径字段仅包含您尝试访问的资源的路径对于给定的服务器。在这种情况下,JMeter 不会忽略 'send parameter with the request' 部分中的参数。您可以在 'send parameter with the request' 部分添加参数。