Back to all status codes

501

Not Implemented

Server Error
RFC 7231

The server does not support the functionality required to fulfill the request.

Detailed Information

The 501 status code indicates that the server does not support the functionality required to fulfill the request. This is often returned when a client attempts to access a resource that is not supported by the server.

Common Examples

  • API requests with unsupported functionality
  • Web page requests with unsupported functionality

Common Uses

  • API requests with unsupported functionality
  • Web page requests with unsupported functionality

Best Practices

  • Use when the server does not support the functionality required to fulfill the request
  • Include a detailed error message
  • Ensure proper server configuration and feature detection

Additional Resources

Read more on MDN