I also have this issue. Happens with 4.3.0 of the plugin, possibly other versions.
In my case, I have a page set to bypass the cache based on a Cloudflare Page Rule. But when I am logged in as an admin and visiting the page Cloudflare is caching it even thought it says it shouldn’t be.
From the response headers:
Logged in, but passing POST data to the page:
cf-cache-status: DYNAMIC
cf-edge-cache: cache,platform=wordpress
Logged in, but not passing POST data to the page:
cache-control: no-cache, must-revalidate, max-age=0
cf-apo-via: origin,page-rules
cf-cache-status: BYPASS
cf-edge-cache: no-cache
Logged out, and passing POST data to the page:
cf-cache-status: DYNAMIC
cf-edge-cache: cache,platform=wordpress
Logged out, and not passing POST data to the page:
cf-apo-via: origin,page-rules
cf-cache-status: BYPASS
cf-edge-cache: cache,platform=wordpress
-
This reply was modified 4 years ago by
veggroups.