What HTTP 428 means
RFC 6585. Server requires client to use conditional requests to avoid lost-update problems. Pair with ETags.
Typical causes
- Server enforces optimistic concurrency
428 4xx RFC 6585 Server requires the request to be conditional (e.g., include If-Match).
RFC 6585. Server requires client to use conditional requests to avoid lost-update problems. Pair with ETags.