Hi Torben, > I want to create URLs that looks like this: > http://my.coolest.site.com?arg1=val1,arg2=val2 > Are there any libraries out there that makes this kind of creation easy? >From https://github.com/mochi/mochiweb: mochiweb_util:urlencode([{"arg1", "val1"}, {"arg2", "val2"}])