HomeSUGGESTIONS & FEATURE REQUESTS

Recommend a feature for future StresStimulus versions.

parameterization and comma delimited parameters Messages in this topic - RSS

Danny Krouk
Danny Krouk
Posts: 5


5/25/2011
Danny Krouk
Danny Krouk
Posts: 5
***Completed in v.0.9 update***
I'm digging the ability to parameterize the requests based on a csv. 
 
However, I've got a REST endpoint that has one parameter that requires a comma delimited list.  Like:
http://<url>/?
param1=<value1>
param2={"<nameA>":<valueA>,"<nameB>":<valueB>}
param3=<value3>
...
 
Unfortunately, StresStimulus wants to interpret these commas as field separators.  I've tried html encoding them commas like:
param2={"<nameA>":<valueA>%2C"<nameB>":<valueB>}
 
But, that just creates a big old mess because StressStimulus seems to want to encode the encoded commas. 
 
Is there a strategy to deal with this?
 
0 link






Copyright © 2024 Stimulus Technology