Developer Tips Ron Fybish
Easy Steps
HTTP
STATUS
CODE
Developer Tips Ron Fybish
HTTP responses are
grouped into 5 classes
1XX INFORMATIONAL
2XX SUCCESS
3XX REDIRECTION
4XX CLIENT ERROR
5XX SERVER ERROR
Developer Tips Ron Fybish
1XX : INFORMATION
100 (Continue)
Indicates that everything so far is OK.
102 (Processing)
Server processing the request but no
response is available yet.
Developer Tips Ron Fybish
2XX : SUCCESS
200 (Continue)
The request has succeeded
201 (Created)
This is typically the response sent after Post
requests
Developer Tips Ron Fybish
3XX : REDIRECTION
300 (Multiple Choice)
The request has more than one possible
response.
301 (Moved Permanently)
The URL has been changed permanently. The
new URL is given.
Developer Tips Ron Fybish
4XX: CLIENT ERROR
400 (Bad Request)
The server could not understand the request
due to invalid syntax.
401 (Unauthorized)
The client must authenticate itself to get the
requested response.
404 (Not Found)
The server can not find the requested
resource
Developer Tips Ron Fybish
5XX: SERVER ERROR
500 (Internal Server Error)
The server has encountered a situation it
doesn't know how to handle.
502 (Bad Gateway)
While getting a response needed to handle
the request got an invalid response
Developer Tips Ron Fybish
Ron Fybish
Developer Advocate
What do You Think
About This Post?
I hope this helps! Comment below
to let me know what else you like to learn.
Follow @ronfybish to get updated :)