Support for several identical parameters in the URL
Hi,
I need to send a REST-request to the URL which expects to get several identical parameters, smth like:
https//services.com/rest/case/100/portfolio/composition/query?source=CURRENT¶m1=value1S¶m1=value2
When I try to add another 'with' parameter I got an error saying that such parameter already exists.
I tried to add only one parameter param1 with value value1S¶m1=value2 and it somehow worked in soapui, but when I tried to run a security test against this endpoint I got a dozen of errors saying that URL is incorrect
I need somehow fix it since I am in the middle of the security testing phase and I have the strict limitation in time. Please help.
Thank you
Misha
Thanks to people from support I was able to solve the issue. Just had to enable the "Multi-Value Delimiter" on the request properties(https://support.smartbear.com/readyapi/docs/projects/ui/request-properties/rest.html