gbv / jskos-server

Web service to access JSKOS data
https://coli-conc.gbv.de/api/
MIT License
6 stars 4 forks source link

Add proper support for caching and ETags #79

Open stefandesu opened 5 years ago

stefandesu commented 5 years ago

I noticed caching issues in same cases (i.e. the browser caching a response and therefore not being able to get the newest results), so I disabled all caching headers and ETags in https://github.com/gbv/jskos-server/commit/18702c1a4371cf027127eee63a6af8f7ee8ad591. Eventually though, we should support proper caching and ETags so that the browser knows when a certain resource has changed.