Does browser ever do cache response when no headers relating to cache returned?
问题 I have a simple question. I googled but no answer found. I have a page. I want disable cache for the page content. Yes. I can add Cache-control directive such as Cache-Control: no-cache, no-store, must-revalidate, max-age: 0 But question is: If there is NO HTTP headers relating to Cache returned such as Cache-Control, Expires, Pragma, Last-Modified, ... Does browser/proxy ever cache response in this case? If yes, when? Thank you! 回答1: RFC-compliant clients can be kept from caching a page