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
Given that these are publicly available to download; and the contents are immutable for a given record, would it be possible to (1) set the cache-control to public and (2) set the max-age in the Cache-Control to e.g. 1 day (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control). This would allow CDNs and proxies such as squid to cache these for re-use across multiple users.
The text was updated successfully, but these errors were encountered:
jeswr
changed the title
Make the cache-control header public on public artefact downloads.
feature request: make the cache-control header public on public artefact downloads
Jul 21, 2024
For the record https://zenodo.org/records/12770024; the URL to download a ZIP of the artifact is https://zenodo.org/records/12770024/files/eyereasoner/eye-js-v16.15.25.zip?download=1. Inspecting the headers of this URL I see that the
cache-control
is set toprivate
.Given that these are publicly available to download; and the contents are immutable for a given record, would it be possible to (1) set the
cache-control
topublic
and (2) set themax-age
in theCache-Control
to e.g. 1 day (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control). This would allow CDNs and proxies such as squid to cache these for re-use across multiple users.The text was updated successfully, but these errors were encountered: