I'm working on getting my site to support the eTag/If-None-Match browser cache, but I'm not sure which browsers do/don't support it. Can anyone point me to a list? I can't imagine it's universal, but I haven't found anything that supports that claim.
cheers,
Mike
If-None-Match was Specified in HTTP 1.1 (June 1999):
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol
According to Wikipedia:
In my experience, all browsers in popular use, IE5.5+, Safari, Chrome, Opera, and Firefox, all support the ETag/If-None-Match headers.
However, there are some other headers which will stop these browsers from respecting the etag... so if it's not working for you, I'd carefully examine the other headers being sent back to the client when they request a resource.
Do you have any particular reason for asking the question? Maybe if you had a specific instance you were having an issue with, we could look at the other headers?
But these headers have been around for a long time, and they are a key caching mechanism used widely around the net.