You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to set certain rate limits on my views and then throw a captcha if they are violated (something like Stackoverflow human verification ). When I can ascertain that it's a human on the other end, I'd like to reset the counters i.e. start counting up ratelimit afresh for that IP or key. Where would be a good place to modify the current code to achieve that?
The text was updated successfully, but these errors were encountered:
I'd like to set certain rate limits on my views and then throw a captcha if they are violated (something like Stackoverflow human verification ). When I can ascertain that it's a human on the other end, I'd like to reset the counters i.e. start counting up ratelimit afresh for that IP or key. Where would be a good place to modify the current code to achieve that?
The text was updated successfully, but these errors were encountered: