> On Oct 21, 2013, at 22:22, Lenz Emilitri <lenz.loway at gmail.com> wrote: > > Hi all, > writing the HTTP client - how is the query string built when a > parameter sets allowMultiple=true? do you simply repeat the parameter > multiple times, like in /my/url?parm=a&parm=b to set it to "a" and > "b"? > TIA > l. > > > > -- > Loway - home of QueueMetrics - http://queuemetrics.com > Try the WombatDialer auto-dialer @ http://wombatdialer.com > > _______________________________________________ > asterisk-app-dev mailing list > asterisk-app-dev at lists.digium.com > http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev I doubt that would work (and shouldn't) as the last "param" would override the first, In pure http you would make it into an array - param[]=a¶m[]=b