Rate Limiting Demo
Test CDN rate limiting capabilities. The CDN will throttle requests exceeding the configured limit with HTTP 429 status.
CDN Configuration
Rate Limit: 10 requests per minute per IP
Window: 60 seconds
Response when exceeded: HTTP 429 (Too Many Requests)
Test URLs
Click the links below to test rate limiting. Make multiple rapid requests to trigger the rate limit.
Rate Limited Endpoint
GET /ratelimit/api/testThis endpoint is configured for rate limiting (10 requests/minute). Make 11+ requests quickly to see HTTP 429 responses.
Testing Instructions
- Click the test URL above to make a request
- Rapidly click the link 11+ times within 60 seconds
- After the 10th request, you should receive HTTP 429 (Too Many Requests)