Does Cloudflare's CDN service (cache) only cache requests with the GET method?

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?

Yes, and yes.

But a Worker can take the response, then cache.put it as a GET request, like this:

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.