⏱️ Rate Limit Tester
ทดสอบการจำกัด Rate ของ API
Guest
G
🎯 Test Configuration
📊 Test Results
Testing rate limit...
⚠️
No Rate Limiting Detected!
API อาจถูก DoS หรือ brute force ได้
0
Success (2xx)
0
Rate Limited (429)
0
Avg Response (ms)
-
Rate Limit Threshold
| # | Status | Response Time | Rate Limited |
|---|---|---|---|
| กด Test เพื่อเริ่มทดสอบ | |||
💡 Recommendations
• ควรมี rate limiting ที่ 100-1000 requests/minute
• ใช้ sliding window algorithm
• Return 429 Too Many Requests พร้อม Retry-After header
• Rate limit ตาม IP, User, หรือ API key
• ใช้ CAPTCHA สำหรับ sensitive endpoints