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
- 1Wait for the lock to be released by the other user or process.
- 2Request an unlock if you have the necessary permissions.
- 3Check who holds the lock and coordinate with them.
- 4If the lock is stale, an administrator may need to forcefully remove it.
Tags
httpclient-errorlockedwebdav
Related Items
More in 4xx Client Error
http-400-bad-requestHTTP 400 Bad Request — What It Means & How to Fix It
Errorhttp-401-unauthorizedHTTP 401 Unauthorized — What It Means & How to Fix It
Errorhttp-402-payment-requiredHTTP 402 Payment Required — What It Means & How to Fix It
Errorhttp-403-forbiddenHTTP 403 Forbidden — What It Means & How to Fix It
Errorhttp-404-not-foundHTTP 404 Not Found — What It Means & How to Fix It
Errorhttp-405-method-not-allowedHTTP 405 Method Not Allowed — What It Means & How to Fix It
ErrorFrequently Asked Questions
It means the resource is currently locked and cannot be modified. Another user or process has a lock on it.