Difference between Pragma and Cache-control headers?
摘要:Pragma is the HTTP/1.0 implementation and cache-control is the HTTP/1.1 implementation of the same concept. They both are meant to prevent the client from caching the response. Older clients may not support HTTP/1.1 which is why that header is still in use.
阅读全文
posted @
2013-10-22 14:48
-Anny-
阅读(129)
推荐(0)