HTTP and TCP/IP Protocols in the web era

Some HTTP response status codes

200 OK: request succeeded, requested object is in message

301 Moved Permanently: requested object moved, new location specified in this message

400 Bad Request: request message not understood by the server

404 Not Found: requested document not found on this server

505 HTTP Version Not Supported

Back to the HTTP Protocol