Hello,
I m using sockets to connect to a particular host for eg say
www.vanenbits.com .Then forming a get request for the socket I m wrirting into the socket .
The returned header part (contains the information about the resposemessage and response code with various other details).
But suppose u replace out.println("GET / HTTP/1.0"); in the above code with
out.println("GET /introduction.html HTTP/1.0");that is asking for the file intoroduction.html then the responsemessage returned in header part is HTTP/1.1 404 Not Found.
So why it is not able to find the given file,even though the file exists on the server.
Regards
Yogesh
[ April 25, 2002: Message edited by: yogesh somavanshi ]