r-universe-org / help

Support and bug tracker for R-universe
https://docs.r-universe.dev/
9 stars 2 forks source link

Frontend prerouter to check last modified date #500

Open jeroen opened 1 month ago

jeroen commented 1 month ago

Prerouter that checks most recently uploaded file in query. Maybe set etag and also send 404 if universe does not exist.

jeroen commented 3 days ago

https://www.ruby-forum.com/t/reverse-proxy-deleting-etag-header-from-response/246209/3

jeroen commented 3 days ago

Maybe we just need If-Modified-Since

jeroen commented 2 days ago

Added in the front-end: https://github.com/r-universe-org/frontend/blob/main/app.js#L49-L74

Seems to work afaict.