PHPverse 2025

Voting

: three plus zero?
(Example: nine)

The Note You're Voting On

Jeremiah at jkjonesco dot com
18 years ago
If you are trying to work with dynamic binaries such as videos or images, the new IE 7 appears to require the ETag header. You will need to make sure that you follow the specifications for how ETag works in order for your cache control to work properly. Mozilla supports the ETag header as well, but does NOT require it for caching. If you need to cache a dynamic image, video, or other binary file, then be sure to set your ETag and then check for the If-Not-Modified header on subsequent requests so that you can properly return the 304 Not Modified page.

<< Back to user notes page

To Top