Posted By:
Tim_Rohaly
Posted On:
Friday, June 8, 2001 01:53 PM
What do you think you're trying to do? If you
open a socket to an HTTP server, you have to
speak HTTP protocol over that socket. Just sending
one string is
not HTTP. If you want to
do this properly, you best first read the Networking FAQs
and read the HTTP specification at
http://www.w3.org/Protocols/.
I also suggest you look in the FAQ for
URLConnectionwhich may be a simpler way to do what you want.