HTTP Response Status Codes
Lifepal has an interesting article about HTTP Response Status Codes. The HTTP request response cycle begins with DNS Lookup and ends with the browser parsing the response after studying the Response headers.
Response headers are a way by which the browser understands what happened when the request was sent to the server. In a way, for the browser its a way to identify answer to many questions like Did the server process the request successfully? Do i need to check in some other location? Is the content being sent in ranges? Is the server available at all or not?
In general , HTTP Status Codes have following meanings.
1xx ( All HTTP Response Status codes beginning with 1) : Status codes that indicate a provisional response and require the requestor to take action to continue.
2xx ( All HTTP Response Status codes beginning with 2) : Status codes that indicate that the server successfully processed the request.
3xx ( All HTTP Response Status codes beginning with 3) : Further action is needed to fulfill the request. Often, these status codes are used for redirection.
4xx ( All HTTP Response Status codes beginning with 4) : These status codes indicate that there was likely an error in the request which prevented the server from being able to process it.
5xx ( All HTTP Response Status codes beginning with 5) : These status codes indicate that the server had an internal error when trying to process the request. These errors tend to be with the server itself, not with the request.
You can read the entire article on What are HTTP response codes here
Also Read: How does a DNS work?
Is your DNS patched against the recent Vulnerability?
Google Blog Article on HTTP Response Status 404
You can follow me on Twitter at http://twitter.com/vaibhav1981
Do stay tuned to Technofriends for more, one of the best ways of doing so is by subscribing to our feeds. You can subscribe to Technofriends feed by clicking here.
Cheers
Vaibhav Pandey
Related posts:
- Analyze HTTP Response Headers Online Using Hurl
- View HTTP Request and Response Header Online Using Web-Sniffer
- Automattic has an interesting way of Hiring the Right Candidates
- Understanding HTTP Cookies
- [Facebook] Tag Friends in Status Updates
[...] identify answer to many questions like Did the server process the request successfully? Do i need tohttp://technofriends.in/2008/08/16/http-response-status-codes/Browser – Wikipedia, the free encyclopediaBrowser can refer to: An herbivore whose nutrition [...]
[...] also lower the time in which your website loads. Amit introduces the importance of cache-control response headers. Must read for all those of you who have their own websites, irrespective of whether you have [...]
[...] Also Read: HTTP Response Status Codes [...]