I understand that the size limit for a given request on both free and pro accounts is 100 MB. That’s perfectly fine, but is there a possibility to set a custom limit?
I know that for my website, users don’t need to submit requests larger than a few hundred KB. In line with this, I’d like to restrict them at the Cloudflare level, so that any requests larger than, let’s say, 200-300 KB are blocked at the Cloudflare servers before even reaching my server.
My idea is to prevent DDoS attacks with a small number of large-sized requests. While I have a rate limit in place, it won’t be effective if they can still achieve their goals by sending large requests within that limit.