All HTTP status codes
HTTP 423 Locked
Client ErrorThe WebDAV resource is locked by another client and the request would violate the lock.
Defined in RFC 4918 (WebDAV)
Common causes
- Concurrent WebDAV editing with exclusive locks
How to fix it
Wait for or break the lock (LOCK/UNLOCK semantics)
Send the correct lock token in the If header
Related status codes
Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.