HTTP Status Codes / 4xx HTTP Status Codes / HTTP 423

423 Locked (WebDAV; RFC 4918)

This is an educational reference page about HTTP 423 Locked. The page itself is served as 200 OK so it can be indexed as HTTP documentation.

The resource that is being accessed is locked.

What it means

HTTP 423 Locked means the target resource is locked and the requested method cannot be applied right now.

Common causes

How to fix it

Example response

HTTP/1.1 423 Locked
Content-Type: application/xml

<error><lock-token-submitted /></error>

Developer notes

423 comes from WebDAV, but APIs sometimes use the same idea for locked files or records. Make the lock owner, expiry, or recovery path clear when possible.

Questions

What does HTTP 423 mean?

HTTP 423 means the resource is locked, so the server cannot apply the requested operation right now.

Is 423 only for WebDAV?

423 is defined by WebDAV, but some APIs use it for explicit file, record, or workflow locks.

4xx client error – the request contains bad syntax or cannot be fulfilled


HTTP status code lookup
By Ping Now, a website/API/service uptime monitor
Data from Wikipedia