I am trying to build api endpoint with worker, now I am thinking about how to rate limit the request per cookie id with cloudflare. the api endpoint will be public, no need of auth.
If my learning is correct, cloudflare can do this for me, so I don't need to do it in backend.