What is the name of the domain?
POST,PUT,DELETE CACHE
What is the issue you’re encountering
Does Cloudflare’s CDN service (cache) only cache requests with the GET method? Will other methods like POST, PUT, and DELETE not be cached?
POST,PUT,DELETE CACHE
Does Cloudflare’s CDN service (cache) only cache requests with the GET method? Will other methods like POST, PUT, and DELETE not be cached?
Yes, and yes.
But a Worker can take the response, then cache.put
it as a GET request, like this:
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.