CODE |
STATUS |
DESCRIPTION |
10x |
INFORMATION MESSAGE |
These codes aren't used in version 1.0 of the protocol |
20x |
SUCESSFULL |
These codes indicate the good course of the transaction |
200 |
OK |
The request was correctly accomplished |
201 |
CREATED |
It follows a command POST, it indicates the success |
202 |
ACCEPTED |
The request was accepted, but the procedure which was following was not accomplished |
203 |
PARTIAL INFORMATION |
When this code is received in response to an order GET, that indicates that the answer is not complete. |
204 |
NO RESPONSE |
The server received the request but there is no information to return |
205 |
RESET CONTENT |
The server indicates to the navigator to remove the contents of the fields of a form |
205 |
PARTIAL CONTENT |
It is about a response to a request comprising the heading arranges. The server must indicate the heading content-Arranges |
30x |
REDIRECTION |
These codes indicate that the resource is not any more with the site indicated |
301 |
MOVED |
The required data were transferred to a new address |
302 |
FOUND |
The required data have been found to a new URL |
303 |
METHOD |
The customer must try a new address with an other method that GET |
304 |
NOT MODIFIED |
If the customer uses conditional method GET (by asking whether the document were modified since the last time that it was consulted) and that the document was not modified it returns this code. |
40x |
ERROR |
These codes indicate that the request is incorrect |
400 |
BAD REQUEST |
The syntax of the request is badly formulated or is impossible to satisfy |
401 |
UNAUTHORIZED |
The parameter of the message gives the specifications of the acceptable forms of authorization. The client must reformulate his request with the authorization |
402 |
PAYMENT REQUIRED |
The client must reformulate his request with the good data of payment |
403 |
FORBIDDEN |
The access to the resource is quite simply prohibited |
404 |
NOT FOUND |
The server didn't find anything with the specified address |
50x |
ERROR |
server Error. These codes indicate that there was an internal error of the server |
| 500 |
INTERNAL ERROR |
The server encountered an unexpected problem which has prevented it from complete the request. |
501 |
NOT IMPLEMENTED |
The server doesn't support the required service |
502 |
BAD GATEWAY |
The server received an invalid response on behalf of the server which it tried to access |
503 |
SERVICE UNAVAILABLE |
The server cannot answer you because the traffic is too important |
504 |
GATEWAY TIMEOUT |
The response of the server was too long |