I have one HEAD restAPI which contain some parameter.
Example:
HEAD http://server:port/myservice/rest/v0.1/myStore?storeid='123'
/myservice/rest/v0.1/myStore in Path of Http Request.HEAD.storeid=123 in Send Parameters With the request section.When I execute JMeter script then it not sending parameters with path.
It's showing Request as http://server:port/myservice/rest/v0.1/myStore instead of
http://server:port/myservice/rest/v0.1/myStore?storeid='123'.
Note: If I change method to GET then it's working fine.
But my requirement is HEAD request.
Put parameter in Path field as:
?storeid='123'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With