1 Nov 2009 16:13
Re: Problem with http-client in chicken 4.2.0
Peter Bex <Peter.Bex <at> xs4all.nl>
2009-11-01 15:13:52 GMT
2009-11-01 15:13:52 GMT
On Sun, Nov 01, 2009 at 03:36:42PM +0100, Jörg F. Wittenberger wrote: > I've got no idea what's going on here at all, but > to me the second request looks wrong in any case. > > Shouldn't those parameter field separators be "&" and never ";" ??? Good catch. It's possible that Google doesn't allow ; as separator. In that case, parameterize form-urlencoded-separator to "&;" or just "&". This parameter is for uri-common, which defaults to ";&" because of the recommendation in the HTML spec to prefer ";" as separator, but to also allow "&" on input. The reason is the former doesn't have to be specially encoded in HTML. Cheers, Peter -- -- http://sjamaan.ath.cx -- "The process of preparing programs for a digital computer is especially attractive, not only because it can be economically and scientifically rewarding, but also because it can be an aesthetic experience much like composing poetry or music." -- Donald Knuth
RSS Feed