Informational (100-199)
100
Continue
100 Continue
The server has received the request headers and the client should proceed to send the request body.
Success (200-299)
2
200 OK
Request succeeded. The content follows.
2
201 Created
The request has been fulfilled and has resulted in a new resource being created.
Redirection (300-399)
301
Moved Permanently
The requested resource has been assigned a new permanent URI.
302
Found
The requested resource resides temporarily under a different URI.
Client Error (400-499)
400
Bad Request
The server could not understand the request.
404
Not Found
The server can't find what was requested.
401
Unauthorized
Authentication is required to view this resource.
Server Error (500-599)
500
Internal Server Error
The server encountered an unexpected condition that prevented it from fulfilling the request.