Forum Discussion

JustinM89's avatar
JustinM89
Contributor
8 years ago

REST request with 2 QUERY parameters with same name

I have an endpoint that has two QUERY parameters that use the same name like so:   /service/?someId=12345678&queryParam=AA&queryParam=ZZ However, ReadyAPI will not allow me to use the same QUERY p...