如何使用HEAD请求传递'method parameter'?

时间:2013-07-05 13:07:22

标签: jmeter jmeter-plugins

我有一个HEAD restAPI,其中包含一些参数。

示例:

HEAD http://server:port/myservice/rest/v0.1/myStore?storeid='123'
  • 我在Http Request的路径中添加了/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请求。

1 个答案:

答案 0 :(得分:2)

将参数放在路径字段中:

  

STOREID =' 123'