Rate limiting prevents researchers from sending excessive traffic that could degrade your application during testing. Assign a named rate limiter policy to any HackGATE to enforce request-rate boundaries.Documentation Index
Fetch the complete documentation index at: https://docs.hackgate.io/llms.txt
Use this file to discover all available pages before exploring further.
Set a rate limit
Assign a rate limiter policy to a site by name:rateLimit set to the policy name you provided.
Available policies
| Policy name | Behavior |
|---|---|
fixed | Fixed window rate limiter — limits requests within a fixed time window. |
sliding | Sliding window rate limiter — smooths out traffic over a rolling window. |
Contact support@hckrt.com if you need a custom rate limiter policy configured for your organization.
Remove a rate limit
SetrateLimit to an empty string to remove rate limiting from a site:
