astarub / campus_app

Campus App of Ruhr-University Bochum
https://app.asta-bochum.de
GNU Affero General Public License v3.0
13 stars 4 forks source link

Cachable HTTPS responses from Endpoints #125

Closed MixColumns closed 11 months ago

MixColumns commented 11 months ago

Some endpoints like https://asta-bochum.de/wp-json/tribe/events/v1/events?per_page=1 have set the header Cache-Control: max-age=0 however this does not stop third party or for example a proxy to not cache the file. Cache-control: no-store / Pragma: no-cache should be used instead in my oppinion

domai-tb commented 11 months ago

This is irrelevant for the app.