All HTTP status codes

HTTP 423 Locked

Client Error

The 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

  1. Wait for or break the lock (LOCK/UNLOCK semantics)

  2. Send the correct lock token in the If header

Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.