API Shield (Schema Validation)
api shieldapionly endpoints specified in the openapi definition are allowed.
click stuff:
curl stuff:
this request should go through:
curl -s https://petapi.clumsy.dev/v1/pet/1
this request should be blocked by Cloudflare API Shield:
curl -X POST https://petapi.clumsy.dev/v1/pet/findByStatus
- Next: smart tiered caching
- Previous: image delivery