Hello there.
I would like to know what is the easiest way to cache a POST request.
I am building an app that performs heavy pooling and I would like to minimize the amount of requests that hits my server. In other words, I would like to cache the request using Cloudflare.
More details:
- The POST request has a list of integers as the main parameter and I wanna use this list as the “key” of the cache.
- I want the TTL of the cache to be set as 5 seconds
Thank you,
Igor