keecode logokeecode
423

Locked

Client Error

Description

The resource that is being accessed is locked

Common Usage

Used in WebDAV; resource is locked by another user

Example Response

How this status code appears in HTTP responses

HTTP Response Header

HTTP/1.1 423 Locked

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 423 Locked