How can i send an Array with a HTTP Get request?
I'm Using GWT client to send the request.
|
|
|
Send them as multiple parameters with the same name. Basically, for this array example:
the query string should end up to look like:
|
|||||||||||||
|
|
Sorry, I know this post is really old, but I have to reply, because other users could find it and not get any correct reply, although BalusC's had been marked as correct, but it's not completely correct. You have to write the query like this:
Adding "[]" to foo. |
|||
|
|