Multiple clicks on short url in few seconds #1472
-
Hello Acelaya, we have a new "problem"/feature request. I'm very sure that these clicks from bots. We have urls with 10 clicks or more in just 30 seconds. For testing we have set the REDIRECT_CACHE_LIFETIME=360 but this doesn't help for this problem. Is there any option we can use for this problem? Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The However, if the requests are coming from bots, nothing prevents them from ignoring that and perform new requests anyway. Let's try it though, and see if it helps. |
Beta Was this translation helpful? Give feedback.
The
REDIRECT_CACHE_LIFETIME
env var does nothing on its own. It is meant to be used together withREDIRECT_STATUS_CODE=301
.However, if the requests are coming from bots, nothing prevents them from ignoring that and perform new requests anyway.
Let's try it though, and see if it helps.