Hi
In JMeter how can I configure "HTTP Request" to make the equivalent of an HTTP 
GET and pass in a JSON document with the -d (data) flag?

curl -XGET 'http://localhost:9200/vis/userDemo/_search?pretty=true' -d '{
> "query" : {
> "query_string" : {
> "default_field" : "firstname",
> "query": "Joe~"
> }
> }
> }'

I would also like to make an HTTP POST and pass in a JSON document with "-d".
Thanks,
R


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to