Open jeroen opened 1 month ago
Prerouter that checks most recently uploaded file in query. Maybe set etag and also send 404 if universe does not exist.
https://www.ruby-forum.com/t/reverse-proxy-deleting-etag-header-from-response/246209/3
Maybe we just need If-Modified-Since
Added in the front-end: https://github.com/r-universe-org/frontend/blob/main/app.js#L49-L74
Seems to work afaict.
Prerouter that checks most recently uploaded file in query. Maybe set etag and also send 404 if universe does not exist.