Your example is correct, but the server did not accept it. Possibly because it couldn't work out the host name? [code]stream = OpenTCPStream("http://www.travian.com", 80) WriteLine stream, "GET http://www.travian.com/index.php HTTP/1.0" WriteLine stream, "" [/code] This works :) This post is from -- http://socoder.net/index.php?topic=1856