Top "No-cache" questions

A Cache-Control response directive in the HTTP header

Why both no-cache and no-store should be used in HTTP response?

I'm told to prevent user-info leaking, only "no-cache" in response is not enough. "no-store" is also necessary. Cache-Control: no-cache, no-store …

http caching no-cache
How long does Google Chrome cache a resource if expires and/or no-cache headers are not set?

We have been having a problem with Chrome caching a resource on our Glassfish server. The expires and no-cache headers …

google-chrome caching no-cache
How to disable cache in Windows 10 on the Edge browser?

How to disable or delete browser cache in Windows 10 on the Edge browser? There are no options on preferences and …

browser-cache microsoft-edge no-cache
Avoiding 301 redirect caching

This is a follow up question to Using 301/303/307 redirects for dynamic short urls, where I try to determine the best …

caching redirect http-status-code-301 no-cache http-status-code-307
Laravel response Cache-Control headers always containing 'no-cache'

For some reason Laravel seems to be manipulating the response headers 'Cache-Control' on the very last moment. I want to …

php laravel header response no-cache
Prevent cache in CloudFlare

I'm getting started with CloudFlare and I’m using it to build a new project. I’m facing an issue …

php caching cloudflare no-cache
Tomcat is setting no-cache for JS and CSS file

So frustrating. :P Really would like these to be cached on users' browsers but it's setting this. Cache-Control:no-store, no-cache, …

caching tomcat no-cache
How to prevent Android from returning a cached response to my HTTP Request?

I'm writing a client that is making repeated http requests for xml data that is changing over time. It looks …

android http httprequest no-cache
Safari browser ignoring my no-cache

I'm unable to force a page to always expire in Safari. Chrome, IE and Firefox are good citizens but Safari …

asp.net safari pragma no-cache
Set response header in Spring Boot

How can I set the response header for each call in my application made with Spring Boot? I would like …

spring-boot filter browser-cache response-headers no-cache