423 Locked
Der HTTP-Statuscode 423 Locked
Client-Fehlerantwort zeigt an, dass eine Ressource gesperrt ist, was bedeutet, dass sie nicht zugänglich ist. Ihr Antworttext sollte Informationen im XML-Format von WebDAV enthalten.
Status
http
423 Locked
Beispiele
WebDAV 423 Gesperrt Antwort
http
HTTP/1.1 423 Locked
Content-Type: application/xml; charset="utf-8"
Content-Length: xxxx
<?xml version="1.0" encoding="utf-8" ?>
<D:error xmlns:D="DAV:">
<D:lock-token-submitted>
<D:href>/workspace/web-dav/</D:href>
</D:lock-token-submitted>
</D:error>
Spezifikationen
Specification |
---|
RFC 4918 # section-11.3 |