If this site has been useful, we’d love your support! Running this site takes time and resources, and every small contribution helps us keep creating valuable content. Consider buying us a coffee to keep things going strong!

HTTP Status Code 423

The status code 423, also known as "Locked", is an error code used in the Hypertext Transfer Protocol (HTTP) to indicate that the resource you're trying to access is currently locked and unavailable. This typically occurs with the WebDAV protocol, an extension of HTTP that allows for collaborative editing and management of web content.

Here's a breakdown of what a 423 status code means:

  • Resource is unavailable: The server is letting you know that the file or resource you requested is locked by someone else and cannot be accessed or modified at this time.
  • Locking mechanism: This code is specific to WebDAV, where resources can be deliberately locked to prevent multiple users from editing them simultaneously and causing conflicts.
  • Not for web browsing: You won't typically encounter a 423 error code while browsing the web because browsers don't use WebDAV functionalities. In those cases, a generic 400 error might be displayed instead.

If you encounter a 423 status code, it usually means you'll need to wait until the resource is unlocked or try to obtain the necessary permissions to access it.

Other 4xx Status Codes

423 Locked