One of my pages needs to close the browser cache and also needs to turn off the Cloudflare cache, but how do I modify the Cloudflare configuration does not work.
I try:
Page Rules -> Cache Level -> Bypass Browser Cache Expiration -> Respect Existing Headers (I have set the Cache-Control header on the source server response) Purge Everything Caching
Anyway, my page will always be cached by the browser, and the response header Cache-Control: max-age=43200 will not change.