-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Tags:
-
Sprint:nxfit 8.3.2
When doing a request with an Array as a query parameter, the order of the array is not kept in the URL.
... .queryParams({ params: [1, 2, 3] }) ...
produces the following:
...¶ms=3¶ms=2¶ms=1...