How can I turn off browser caching for a specific website, so refreshing it with F5 works like refreshing it with ctrl + F5? I noticed that setting:
Cache-Control: no-cache
just doesn't work. And this caching spoils my website after hitting F5 because I'm not sure what it caches and there's a lot of dynamic actions there.
So there are two questions:
- How do I turn off this caching?
- How do I check what's being cached?