我有一个HEAD restAPI,其中包含一些参数。
示例:
HEAD http://server:port/myservice/rest/v0.1/myStore?storeid='123'
/myservice/rest/v0.1/myStore
。HEAD
。storeid=123
部分添加了参数Send Parameters With the request
。当我执行JMeter脚本时,它不会发送带路径的参数。
它显示请求为http://server:port/myservice/rest/v0.1/myStore
而不是。{
http://server:port/myservice/rest/v0.1/myStore?storeid='123'
。
注意:如果我将方法更改为GET,那么它的工作正常 但我的要求是HEAD请求。
答案 0 :(得分:2)
将参数放在路径字段中:
STOREID =' 123'