Page rule created bypassing the cache but still it is giving cahce version

What is the name of the domain?

What is the error number?

Page rule created bypassing the cache but still it is giving cahce version

What is the issue you’re encountering

Page rule created bypassing the cache but still it is giving cahce version

What steps have you taken to resolve the issue?

We have been Created a page rule to by pass the cache for this url, but still url is returning cached version only

https://www.pinnacleblooms.org/.well-known/assetlinks.json

Tried multiple times no solution

.json is not cached by default anyway so you shouldn’t need a rule.

https://www.pinnacleblooms.org/.well-known/assetlinks.json was redirecting to https://www.pinnacleblooms.org/.well-known/assetlinks just now when I tested, but seems to be ok now (and not cached by Cloudflare)…

curl -i https://www.pinnacleblooms.org/.well-known/assetlinks.json
HTTP/2 200
date: Wed, 12 Feb 2025 11:29:11 GMT
content-type: application/json
content-length: 4038
cache-control: max-age=5356800
last-modified: Wed, 12 Feb 2025 06:38:22 GMT
accept-ranges: bytes
etag: "25acdbb5187ddb1:0"
x-powered-by: ASP.NET
access-control-allow-origin: *
access-control-allow-headers: Content-Type
access-control-allow-methods: POST,GET,OPTIONS
cf-cache-status: DYNAMIC
server: cloudflare
cf-ray: 910c3d4c9851b399-MAN
alt-svc: h3=":443"; ma=86400

This topic was automatically closed after 15 days. New replies are no longer allowed.