← Back to Security

~/rate-limit-demo

// Experience block and throttle rate limiting actions in real-time

// Protect your applications from abuse with enterprise-grade rate limiting

request timeline
200 ok
429 limited
block
throttle
threshold

configuration

block endpoint

/api/block-demo

throttle endpoint

/api/throttle-demo

block behavior

blocks all requests for 60s after limit

throttle behavior

delays requests above rate limit