From: snacktime Date: 2006-08-22T06:03:06+09:00 Subject: Re: http.post 1.8.4 bug? On 8/21/06, Mike Lopke wrote: > snacktime wrote: > > You forgot to set the content-length header. > > Thanks, I tried it but I'm still getting the error. The code works fine > in 1.8.2 and I don't have to set content-length. I think it might be > something else. > > Would there be a reason I'd need to set this in 1.8.4 and not in 1.8.2 > to get http.post to work correctly? Aren't dashes supposed to be escaped? You might try escaping the post data and see if that does it.