501

HTTP 501 Not Implemented

5xx Server Error

  1. Home
  2. > HTTP Status Codes >
  3. > 5xx >
  4. 501
5xx Server Error RFC 7231, Section 6.6.2

What is HTTP 501 Not Implemented?

The 501 (Not Implemented) status code indicates that 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 is not capable of supporting it for any resource.

Common Use Cases

  • Unsupported HTTP methods
  • Server missing required functionality
  • Legacy servers receiving modern request features
Help2Code Logo
Menu