do i
need to send both the header and the message together (with the \r\n to say
that the message is finished)?

Yes you do. Assuming you're using a GET request, what works for me is something like this:


GET <docname> HTTP/1.1
Host: <hostname>

with a double newline ("\n\n") after the "Host" line.

--
Regards,
Steve Mann
---
steve-at-slorevo.com
Available for Contract Work

--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to