Error Codes Wiki

HTTP 423 Locked — What It Means & How to Fix It

Error4xx client error

Overview

The HTTP 423 Locked status code indicates the resource being accessed is locked and cannot be modified.

Key Details

  • This status code is defined in the WebDAV specification.
  • The resource is currently locked by another user or process.
  • The client must wait for the lock to be released or request an unlock.
  • Lock information may be included in the response.

Common Causes

  • Another user has a WebDAV lock on the file or resource.
  • A document is checked out by another user in a version control system.
  • An administrative lock prevents modifications to the resource.

Steps

  1. 1Wait for the lock to be released by the other user or process.
  2. 2Request an unlock if you have the necessary permissions.
  3. 3Check who holds the lock and coordinate with them.
  4. 4If the lock is stale, an administrator may need to forcefully remove it.

Tags

httpclient-errorlockedwebdav

Related Items

More in 4xx Client Error

Frequently Asked Questions

It means the resource is currently locked and cannot be modified. Another user or process has a lock on it.