Chrome caches even with HTTP caching headers

I am trying to output PHP file with HTTP headers so that the content is NOT sent from cache in Chrome.

If I go to Dev tools (in Chrome) and check the "Disable cache" option, it will work.

But I don’t want to depend on this, I hope that I can configure the HTTP headers in such a way as to force Chrome to reload the page every time.

Here is a screenshot of my current attempt, pay attention to the red marks.

HTTP headers

Could you provide some good documentation or what headings should I state for this?

Thanks in advance.

Edit

, : Chrome, , , , , Chrome Cache-Control, .

+5
1

- AJAX . , , . .

+6

All Articles