Forbid complicated etags

hughns/simple-rendezvous-capability
David Robertson 7 months ago
parent 65d697c218
commit 43d9871cd7
No known key found for this signature in database
GPG Key ID: 903ECE108A39DEDD

@ -54,6 +54,11 @@ response to immediately update the payload.) Updates will succeed only if the
supplied `ETag` matches the server's current revision of the payload. This
prevents concurrent writes to the payload.
The `ETag` header is standard, described by
[RFC9110](https://www.rfc-editor.org/rfc/rfc9110.html#name-etag). In this
proposal we only accept strong, single-valued ETag values; anything else
constitutes a malformed request.
There is no mechanism to retrieve previous payloads after an update.
#### Expiry

Loading…
Cancel
Save