You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no possibility to add query params to JHttpQuery with the same key, e.g.:
I have a query with params ?param1=value1¶m1=value2¶m1=value3.
Since we use a Map for query params there's no possibility to create such query.
The text was updated successfully, but these errors were encountered:
There's no possibility to add query params to JHttpQuery with the same key, e.g.:
I have a query with params ?param1=value1¶m1=value2¶m1=value3.
Since we use a Map for query params there's no possibility to create such query.
The text was updated successfully, but these errors were encountered: