Plus.line

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/test

This endpoint is configured for rate limiting (10 requests/minute). Make 11+ requests quickly to see HTTP 429 responses.

Testing Instructions

  1. Click the test URL above to make a request
  2. Rapidly click the link 11+ times within 60 seconds
  3. After the 10th request, you should receive HTTP 429 (Too Many Requests)