The 'Expires' header should not be used, 'Cache-Control' should be preferred.
ojullien opened this issue · 0 comments
ojullien commented
The expires header is legacy and is overruled by cache-control.
Check out:
- Google Prevent unnecessary network requests with the HTTP Cache article
- MDN's HTTP Expires header article
- MDN's HTTP Cache-Control header article