Comment by locknitpicker

Comment by locknitpicker 9 hours ago

0 replies

> Post requests aren't really meant for repeatable stuff though.

That's simply wrong. Things like GraphQL beg to differ. Anyone can scream this until they are red in the face but the need to cache responses from non-GET requests is pervasive. I mean, if it wasn't then why do you think Cloudflare recommends hacks to get around them?

https://developers.cloudflare.com/workers/examples/cache-pos...

Your blend of argument might have had a theoretical leg to stand on if Cloudflare didn't went out of it's way to put together official examples on how to cache POST requests.