yii2-ratelimiter-advanced icon indicating copy to clipboard operation
yii2-ratelimiter-advanced copied to clipboard

Advanced Rate Limiter is a Yii2 filter to enforce or monitor request rate limits.

Results 3 yii2-ratelimiter-advanced issues
Sort by recently updated
recently updated
newest added

Hi, is there a way to log the 429 error only once? ``` [2023-10-02 11:39:06 [146.70.45.218][-][ip249om0b6otc5cpu6n4b0d1u3][error][yii\web\HttpException:429] yii\web\TooManyRequestsHttpException: Rate limit exceeded. in /var/www/html/vendor/thamtech/yii2-ratelimiter-advanced/src/handlers/TooManyRequestsHttpExceptionHandler.php:31 Stack trace: ``` this user keeps spamming. so...

I try to use "Basic Limit Per User ID" code from recipes and get "Trying to get property 'id' of non-object" error. I use HttpBearerAuth and user don't login yet...

type: documentation
pr-welcome

Hi, is there anyway to only calculate unique URL requests and ignore the visited URLs. Thanks

status: needs information