From: Peer Allan Date: 2007-05-25T20:22:20+09:00 Subject: Re: Problem with Net/HTTP Unfortunately, I am sure. Most of the time there is no problem with the request. Just the occasional error response is not showing a body. However, after playing with cURL to get a good look at the whole request I think I may have found the problem. The failing requests are returning headers that look like this: =start HTTP/1.1 100 Continue HTTP/1.1 200 OK Date: Fri, 25 May 2007 11:11:28 GMT Server: Apache WWW-Authenticate: Basic realm="none" Content-Length: 692 Cache-Control: private Content-Type: text/xml =end I think that the HTTP 100 response code is confusing the response somehow. I can't find anyone else who has had to deal with this as it isn't exactly a redirection. I will keep looking and let you know what I find. Thanks again for your help Peer Brian Candler wrote: > On Fri, May 25, 2007 at 02:21:43AM +0900, Peer Allan wrote: >> That gave me somewhere to do, but I failed to mention that the web >> service requires an SSL connection so everything in the dump is >> encrypted. Nuts! Not sure what to do now. I may try to generate the >> request on my own. > > Are you sure you used net/https and enabled ssl? This question seems to > have > arisen several times in the last day or two. -- Posted via http://www.ruby-forum.com/.