Forum Discussion

MishaDyrda's avatar
MishaDyrda
New Contributor
6 years ago
Solved

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&param1=value1S&param1=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&param1=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

3 Replies