Common HTTP Status Codes
- 404 indicates that the requested resource is not available.
- 401 indicates that the request requires HTTP authentication.
- 500 indicates an error inside the HTTP server that prevented it from fulfilling the request.
- 503 indicates that the HTTP server is temporarily overloaded, and unable to handle the request.