The Rate Limiter module allows for throttling and rate limiting of server requests.
Request Throttle module changelog
Version 1.1.4:
- Change: Updated to prevent throttling of requests from cluster worker processes
Version 1.1.3:
- Change: Updated Client IP Browser to prevent banning of private IP addresses
Version 1.1.2:
- Change: Update to no longer throttle master or admin users
Version 1.1.1:
- Change: Updated to no longer count browser requests to "favicon.ico" as a request
Version 1.1.0:
- Change: Updated with new cache key prefixes to work with local caching in Core 6.5.0+
Version 1.0.2:
- New: Updated help and config options for Max Requests
Version 1.0.1:
- New: "Client IP Tracking" global config option to track hit counts by Client IP
- New: Client IP Address browser tool added to browser access by Client IP
- New: "rate_limited" event added that is triggered when a client IP is rate limited
Version 1.0.0:
- Initial Release