Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何缓存https响应,在经过身份验证的 url 的情况下缓存它真的安全吗?
Make your server use the Cache-Control: public for pages where it's appropriate.
Cache-Control: public
Regarding security, don't cache sensitive data (so don't put that header on resources that shouldn't be cached).