Chris Schoenfeld wrote/schrieb/scribsit:
> I can do a simple GET:
> GET /
> That works fine.
> 
> The problem is that the first line of input is immediately sent to the
> server and processed, there is no way for me to send additional information
> (headers, POST data, etc) required for more complex queries.

This is because it is an HTTP/0.9 request that cannot contain more
information. An HTTP/1.0 request can so that and will have to look like:
GET / HTTP/1.0
Headers: here

Stefan

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to