Hello guys, I'm using Cloudflare Workers as Middleware before serving files from my `files.example.c
Hello guys, I'm using Cloudflare Workers as Middleware before serving files from my
Question is that, does worker or anything of it, caches those requests? I don't want that to happen. In cache rule, I set
files.example.com! Basically, I do some auth checks in worker, If all good, then do return fetch(request).Question is that, does worker or anything of it, caches those requests? I don't want that to happen. In cache rule, I set
files.example.com as bypass cache.