What does WebServer do:
A WebServer takes the clients request and gives something back to the client.
Server responds with the status code.
a. 404 – Not found error. – The server cannot find the thing what the client asked.
b. 200 – OK. Server successfully send the response to the client what it is expecting.
What does Web Client [...]
Archive for November 25th, 2008
Introduction about http
Posted in Servlet, tagged http, introduction about http on November 25, 2008 | Leave a Comment »