You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An origin server MUST NOT send a validator header field
(Section 7.2), such as an ETag or Last-Modified field, in a
successful response to PUT unless the request's representation data
was saved without any transformation applied to the body (i.e., the
resource's new representation data is identical to the representation
data received in the PUT request) and the validator field value
reflects the new representation.
It helps with consistency and prevents having to send a subsequent HEAD request to have the precise/server date.
The text was updated successfully, but these errors were encountered:
Could we add
Last-Modified
as a response header in thePUT
examples https://tools.ietf.org/html/draft-dejong-remotestorage-12#section-12.5See https://tools.ietf.org/html/rfc7231#section-7.2
Also RFC 7231 says it's fine in our case:
It helps with consistency and prevents having to send a subsequent
HEAD
request to have the precise/server date.The text was updated successfully, but these errors were encountered: