-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
DiscussionInquiries that we want to have a record of for future reference. Can turn into "Spec Change" issues.Inquiries that we want to have a record of for future reference. Can turn into "Spec Change" issues.
Description
In order for local caching and conditional GET to work properly with the snapshot endpoints, I believe a TROLIE implementation needs to return the following response headers:
- MUST have the same Weak ETag header for all representations of the current version of the snapshot. CONSIDER using the period, e.g.,
ETag: W/"2025-09-17T01:00:00-0400" - MUST use Caching directives:
Vary: Accept, Accept-Encodingfor the media type and compression requestedCache-Control: private, no-cachebecause the monitoring set is implicit in the request
If a snapshot request includes the ?monitoring-set=... query parameter, the response COULD have Cache-Control: public, no-cache. This would allow a reverse proxy to be setup as a caching intermediary for the client.
Reactions are currently unavailable
Metadata
Metadata
Labels
DiscussionInquiries that we want to have a record of for future reference. Can turn into "Spec Change" issues.Inquiries that we want to have a record of for future reference. Can turn into "Spec Change" issues.