I want to test my REST API which has a URI something like this:
/myrestAPI/search?startTime=0&endTime=10&count=8&filters={"params":
[{"field":"Topic","value":"Algorithms","type":"MATCH_EXACT"}]}
How would I do that. The httperf
reply status is "505 HTTP Version Not Supported"
I know that this uri the httperf
is not properly encoding and sending it..
How would I achieve that in httperf
?