HTTP Status Codes
These are the standard status codes returned by a web server when we ask for a resource. Normally, when the server give us the resource we requested, we get a “200″ (OK) status code, even if the browser doesn’t show it because it shows the requested document instead.
These are the standard status codes returned by a web server when we ask for a resource. Normally, when the server give us the resource we requested, we get a “200″ (OK) status code, even if the browser doesn’t show it because it shows the requested document instead.
When something goes wrong, we receive an error message, tipically “404″ (Page not Found), when the server can’t find the resource we asked at that specific location (path). This is probably the most common error you’ll come across. What has probably happened is that the web page you were going to has been removed or re-named.
















