Can one cache and secure a REST API with Cloudflare?
问题 I am designing a RESTful API that is intended to be consumed by a single-page application and a native mobile app. Some calls of this API return public results that can be cached for a certain time. Moreover, there is a need for rate protection to protect the API against unauthorized users (spiders) Can I use Cloudflare to implement caching and rate-limiting / DDOS protection for my RESTful API? Caching: Cloudflare supports HTTP cache control headers so the API can decide for each entity