HTTP Status Menu CODE | INDICATION | 2xx | Success | 200 | OK; the request was fulfilled. | 201 | OK; following a POST command. | 202 | OK; accepted for processing, but not completed. | 203 | OK; partial info. the return info. is only partial. | 204 | OK; no response-request received but no info. | 3xx | Redirection | 300 | Moved - the data requested has a new location and the change is permanent. | 301 | Found - the data requested ha a different URL temporally. | 302 | Method - Under discussion; a suggestion for the client to try another location. | 303 | Not Modified - the document has not been modified as expected. | 4xx | Error seems to be the client | 400 | Bad request - syntax problem in the request or it could not be satisfied. | 401 | Unauthorized - the client is not authorized to access data. | 402 | Payment granted - indicates a charging scheme is in effect. | 403 | Forbidden - access not granted even with authorization. | 404 | Not found - server could not find the given resource. | 5xx | Error seems to be in the server | 500 | Internal Error - the server could not fulfill the request. | 501 | Not implemented - the server does not support the facility requested. | 502 | Server overloaded - high load (or servicing) in progress. | 503 | Gateway time-out - server waited for another service that did not complete |
|