All Downloads are FREE. Search and download functionalities are using the official Maven repository.

FitNesseRoot.RestFixtureTests.FailingGetTest.content.txt Maven / Gradle / Ivy

!**** Rest requests with query string containing array parameters
A query string can contain parameter arrays and they are correctly handled by Rest Fixture.
****!

To allow correct handling of array parameters a new configuration option must be set: *http.client.use.new.http.uri.factory*

| Table: Rest Fixture Config | withArrayParametersSupport|
| http.client.use.new.http.uri.factory | true |

| Table: Rest Fixture |http://${jettyHost}:${jettyPort}| withArrayParametersSupport |
|GET    | /resources/0?a[0]=2&a[1]=4 | 200 | | |




© 2015 - 2024 Weber Informatics LLC | Privacy Policy