[jQuery] GetJSON with multiple same names

[jQuery] GetJSON with multiple same names


Hi all,
I'm using a remote web service that takes parameters to its servlet
where the same name is used multiple times in the GET request, as
in...
http://server/servlet?name=value1&name=value2&name=value3
Using Name-Value pairs isn't cutting it, as only the last pair set is
used. Is there something I can do short of building the entire URL
myself?
Thanks,
Steve