5xx Server ErrorHTTP Status Code Reference
HTTP 501 Not Implemented— What It Means, Causes & How to Fix It
The server does not support the functionality required to fulfill the request. This is the appropriate response when the server does not recognize the request method and cannot support it for any resource.
Live URL Status Checker
Enter any URL to see its real HTTP response code
Common Causes
- Server doesn't support the HTTP method used
- Feature not yet implemented on the server
- Using a method the server intentionally doesn't support
How to Fix
- 1Use a different HTTP method that the server supports
- 2Check if the feature will be available in a future update
- 3Implement the missing functionality on the server
Example
HTTP 501 Not Implemented
PATCH /api/resource HTTP/1.1 → 501 Not Implemented → "PATCH method is not supported"
Related Server Error Codes
Commonly Referenced Status Codes
The most frequently searched HTTP status codes