The Hypertext Transfer Protocol (HTTP) is an application protocol for
distributed, collaborative, hypermedia information systems. Wow!!! What a
definition. Let me explain you in general terms.
We all communicate and to do that we follow a protocol or set of rules.
In the same way, HTTP short for Hypertext Transfer Protocol is a set of
standards that allow users of the World Wide Web to exchange information found
on web pages. When wanting to access any web page enter http:// in front of the
web address, which tells the browser to communicate over HTTP. For example, the
full URL of my blog is http://performancetestingcentre.blogspot.com/
Status Codes
HTTP servers respond to client requests in the form of a
response message. The first line of the HTTP response is called the status
line and this includes a numeric status code as "500" and
a textual reason phrase as "Internal Server Error".
These codes are mainly of five types:
Click here to know more
Type 1: Informational - 1xx
Status
Code
|
Meaning
|
100
|
Continue
|
101
|
Switching Protocols
|
102
|
Processing
|
Type 2: Success - 2xx
Status
Code
|
|
Type 3: Redirection - 3xx
Status
Code
|
Meaning
|
Type 4: Client Error - 4xx
Status
Code
|
Meaning
|
Type 5: Server Error - 5xx
Status
Code
|
Meaning
|
553
|
|
554
|
|
561
|
No comments:
Post a Comment