HTTP Packet Flow
HTTP Packet Flow
In response to this , the web server knows the page you want and can send it : code 200 means its all
OK!! Then, you have some more information about the server : server details, socket closed after html
page, last modification date and so on (see attributes page for more information). And finally, the
requested file...And Boom!!..you will get the requested webpage on your screen .
HTTP Status codes :
OK 200- The request was fulfilled .
Created 201 - Following a POST command, this indicates success, but the textual part of the response
line indicates the URI by which the newly created document should be known.
Accepted 202 -
The request has been accepted for processing, but the processing has not been completed. The request
may or may not eventually be acted upon, as it may be disallowed when processing actually takes place.
there is no facility for status returns from asynchronous operations such as this .
No Response 204 -
Server has received the request but there is no information to send back, and the client should stay in
the same document view. This is mainly to allow input for scripts without changing the document at the
same time.
301 Moved Permanently
302 Moved Temporarily
The 4xx codes are intended for cases in which the client seems to have erred, and the 5xx codes for the
cases in which the server is aware that the server has erred. It is impossible to distinguish these cases in
general, so the difference is only informational.
Bad Request 400
The request had bad syntax or was inherently impossible to be satisfied.
Unauthorized 401
The parameter to this message gives a specification of authorization schemes which are acceptable. The
client should retry the request with a
suitable <http://www.w3.org/Protocols/HTTP/HTRQ_Headers.html#z9> Authorization header.
Forbidden 403
Not Found 404
Internal Error 500
The server encountered an unexpected condition which prevented it from fulfilling the request.
Screen clipping taken: 28-03-2011 11:41
Screen clipping taken: 28-03-2011 12:04