[asterisk-app-dev] allowMultiple

Daniel Jenkins dan.jenkins88 at gmail.com
Mon Oct 21 16:24:54 CDT 2013


> 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&param[]=b



More information about the asterisk-app-dev mailing list