Plugin Contributor
iSaumya
(@isaumya)
I don’t understand what you mean. When a page HTML gets cached, the whole HTML content of that page is cached. You can’t exclude certain part of it.
yes like
this url https://dl.printerdrivers.com/hp/32/HP-Smart-Tank-7001/HP-Smart-Tank-7001-Full-Feature-Driver-for-Windows.exe?cdn_hash=e7e45c94999c02c4c40c4b649586b6aa&cdn_creation_time=1651683505&cdn_ttl=86400&cdn_bw=10240&cdn_bw_fs=1000m
it is a protected url it needs to be refreshed on each page load but it is not working
the url stays on that page as it is with out Super Page Cache for Cloudflare that page generate new url
any option in Super Page Cache for Cloudflare to exclude caching of these type of links
Plugin Contributor
iSaumya
(@isaumya)
it is a protected url it needs to be refreshed on each page load but it is not working
– If the URL needs to be refreshed on each page load then you cannot use page caching. As using page caching means when the server generates the page HTML for the first time request, the caching server/ CF CDN will cache that page HTML. So, from the second or third request onwards the response is being served by CF CDN server and not by your origin server. The request doesn’t even reach to your origin server. So, your origin server doesn’t get the chance to execute the PHP and regenerate the URL.
If you have any pages that have dynamic contents like these, these pages should never be cached.