I have an OCSP responder behind Cloudflare. I'm trying to figure out if there's a way I can cache the responses with Cloudflare. I've taken a look at the example worker for caching POST requests: https://developers.cloudflare.com/workers/examples/cache-api/. But that seems to assume the URL is different. In this instance the URL is the same for every requests but the response is based on the request body.