Hello folks, i love use Cloudflare however i’m going to leave it if i cant found an answer to this issue: Please help me!
My site has and login protected area, and im using asp.net PROFILES to persist parameters, however the Cloudflare cache is allways showing the same page, no matter the profile (parameter) . The visitor open the page once, and allways when he back is the same page, disconsidering the parameter! (and the parameter is coming right from the asp.net profile!)
I alreadey set pages rules like this: .mysite.com/ bypass cache .mysite.com/ bypass cache
the Cloudflare cache configuration is set to “Respect headers”
and i set my web.config to
<system.webServer>
</system.webServer>
on a specific folder!
all pages has the “no-cache” indication…
however still doest working…!
PLease help-me or i will have to to leave Cloudflare
@contatoinvestidoresu did you ever resolve this? I’m facing the same issue and cant find a google way round it.
Tried page rules to bypass cache on the site. When I access the site as localhost inside the domain it functions exactly as desired but when running through Cloudflare the page served is certainly a cached page from CF not from my origin server.
It’s as though CF determines the content is not dynamic for a certain page, despite having query parameters passed in the URL as on the main aspx page it does not serve cached pages, so I’m not seeing this cache issue on a site wide scale but only when query parameters are in the URL
Page rules below for reference if anyone would kindly point out anything obvious I’m missing.
Can you please purge the cache and see if the issue persists? I just did a curl against the top resource and the cf-cache-status is not present (which I would expect based on you bypass page rule).