Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeroenvdb/ie8-caching-headers-poc

Setup to investigate IE8's caching behavior.
https://github.com/jeroenvdb/ie8-caching-headers-poc

Last synced: about 2 months ago
JSON representation

Setup to investigate IE8's caching behavior.

Awesome Lists containing this project

README

        

IE8 Cache Buster
===================

Setup to investigate IE8's caching behavior. You can use CloudFlare for a realistic setup.

Before: we have to add a cachebuster to prevent IE8 from aggressively caching Ajax requests.

Conclusion: To prevent IE8 agressive caching we need to use both max-age (Cache-Control) and *Expires* in our caching headers.

tldr: use proper caching headers and IE8 will play nice.