rate_limit_check
Test API endpoints for rate limiting by sending multiple requests with configurable delays. Identify vulnerabilities and ensure optimal request handling in backend systems.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
auth_header | No | Authentication header (if any) | |
endpoint | Yes | API endpoint to test | |
http_method | No | HTTP method to use | GET |
request_body | No | Request body (for POST/PUT requests) | |
request_count | No | Number of requests to send | |
request_delay_ms | No | Delay between requests in milliseconds |