HTTP Status Code 423
The status code 423, also known as "Locked", is an error code used in the Hypertext Transfer Protocol (HTTP) to indicate that the resource you're trying to access is currently locked and unavailable. This typically occurs with the WebDAV protocol, an extension of HTTP that allows for collaborative editing and management of web content.
Here's a breakdown of what a 423 status code means:
- Resource is unavailable: The server is letting you know that the file or resource you requested is locked by someone else and cannot be accessed or modified at this time.
- Locking mechanism: This code is specific to WebDAV, where resources can be deliberately locked to prevent multiple users from editing them simultaneously and causing conflicts.
- Not for web browsing: You won't typically encounter a 423 error code while browsing the web because browsers don't use WebDAV functionalities. In those cases, a generic 400 error might be displayed instead.
If you encounter a 423 status code, it usually means you'll need to wait until the resource is unlocked or try to obtain the necessary permissions to access it.
Other 4xx Status Codes
- 400 Bad Request
- 401 Unauthorized
- 402 Payment Required
- 403 Forbidden
- 404 Not Found
- 405 Method Not Allowed
- 406 Not Acceptable
- 407 Proxy Authentication Required
- 408 Request Timeout
- 409 Conflict
- 410 Gone
- 411 Length Required
- 412 Precondition Failed
- 413 Payload Too Large
- 414 URI Too Long
- 415 Unsupported Media Type
- 416 Range Not Satisfiable
- 417 Expectation Failed
- 418 I'm a teapot
- 421 Misdirected Request
- 422 Unprocessable Entity
- 423 Locked
- 424 Failed Dependency
- 425 Too Early
- 426 Upgrade Required
- 428 Precondition Required
- 429 Too Many Requests
- 431 Request Header Fields Too Large
- 451 Unavailable For Legal Reasons