<div dir="ltr"><div><div>Thx Roger, <br><br></div>I'm using hackney_url but I did some small changes to be able to encode proplists with nested structures. As time as you also pointed out I didn't found any standard and also in my case I'm the one that encodes and also the one that decodes being an internal service.</div><div><br></div><div>What I did is in case the value is a proplist or a list encoded it as json. I saw this approch in some other public services as well</div><div><br></div><div>Silviu<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 15, 2017 at 1:39 PM, Roger Lipscombe <span dir="ltr"><<a href="mailto:roger@differentpla.net" target="_blank">roger@differentpla.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 15 December 2017 at 10:55, Caragea Silviu <<a href="mailto:silviu.cpp@gmail.com">silviu.cpp@gmail.com</a>> wrote:<br>
> Seems parsing of lists is not compliant.<br>
<br>
There's no standard to be "compliant" with. Everyone pretty much<br>
agrees on key-value pairs where the keys are unique. Beyond that, who<br>
knows? I've seen ?a=1&a=2&a=3 and ?a[]=1&a[]=2&a[]=3, for instance.<br>
See, e.g., <a href="https://stackoverflow.com/q/24059773/8446" rel="noreferrer" target="_blank">https://stackoverflow.com/q/<wbr>24059773/8446</a>.<br>
<br>
fwiw, I tend to build my URLs with hackney_url. I don't know what it<br>
does with repeated keys; I've never tried.<br>
</blockquote></div><br></div>