Network status codes:
Success
Code | Phrase | Description |
200 | OK | The request is successful |
201 | Creatd | A new URL is created |
202 | Accepted | The request is accepted, but it is not immediately acted upon. |
204 | No content | There is no content in the body |
Redirection
Code | Phrase | Description |
301 | Moved permanently | The requested URL is no longer used by the server |
302 | Moved temporarily | The requested URL has moved temporarily |
304 | Not modified | The document has not modified |
Client Error
Code | Phrase | Description |
400 | Bad request | There is a syntax error in the request |
401 | Unauthorized | The request lacks proper authorization |
403 | Forbidden | Service is denied |
404 | Not found | The document is not found |
405 | Method not allowed | The method is not supported in this URL |
406 | Not acceptable | The format requested is not acceptable |
Server Error
Code | Phrase | Description |
500 | Internal Server error | There is an error, such as crash, at the server site |
501 | Not ipleented | The action requested cannot be performed |
503 | Service unavailable | The service is temporarily unavailable, but may be requested in the future. |
***