- Ok 200 - The request was succesfull
- Created 201 - The request was successfull and resulted in a new resource being created
- Accepted 202 - The request has been accepted for processing, but the processing has not been completed
- Partial Information 203
- No Response 204 - The server received the request but there isn't information to send back
- Moved 301 - Moved permanently. The requested document was moved to a new address and it has been assigned a new URL (some browser automatically go to the new URL)
- Found 302 - Moved temporarily. The requested document was temporarily moved to a new address
- Method 303
- Not Modified 304 - When the client do a conditional GET and the requested document has not been modified
- Bad Request 400 - The request could not be satisfied by the server due to malformed syntax
- Unauthorized 401 - Syntax error or request impossible to be satisfied because that request requires user authentication
- Payment Required 402 - A payment is required
- Forbidden 403 - The request is forbidden (for example you have not the correct permission to run a CGI script)
- Not Found 404 - The document was not found (bad URL or moved to another directory)
- Internal Error 500 - The server encountered an unexpected condition
- Not Implemented 501 - The server doesn't support the service requested
- Service temporarily overloaded 502 - The server can't satisfy the request due to a high load
- Gateway timeout 503 - The server is accessing some other service and that service doesn't reply
|