You would have to expose that file somehow. Cloudflare doesn’t provide any ootb file lockers
You would have to expose that file somehow. Cloudflare doesn’t provide any ootb file lockers

/accounts/xxx/workers/services/xxx/environments/production/routes in the API, you should get the routes for a specific workercf-cache-status: hit header mean in workers, i thought you had to handle caching on your own using the cache runtime api?
cf-cache-status: HITcf- headers
// the cache key from the cache URL
const cacheKey = new Request(url.toString(), request);