Feeds:
Posts
Comments

Archive for November 25th, 2008

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 [...]

Read Full Post »