From: James Britt Date: 2007-01-25T12:13:11+09:00 Subject: Re: ssl xml rpc David Weldon wrote: > Ok I think I discovered the problem. I need to send my XML directly > without any headers. Right now I'm sending something like: > > POST /RPC2 HTTP/1.0 > User-Agent: Frontier/5.1.2 (WinNT) > Host: betty.userland.com > Content-Type: text/xml > Content-length: 181 > > and the response I'm getting is that "POST /RPC2 HTTP/1.0" isn't valid > XML. :) So my new question is: > > Does anyone know a way to write raw xml data to a given server&port with > ssl? In other words do you know how to send a POST over ssl without the > headers? > I think that, by definition, a POST has POST headers. What's running on the server, and why isn't it looking at the post data, instead of the HTTP headers? -- James Britt http://www.ruby-doc.org - Ruby Help & Documentation http://beginningruby.com - Beginning Ruby: The Online Book http://www.rubystuff.com - The Ruby Store for Ruby Stuff http://www.jamesbritt.com - Playing with Better Toys