Hey,
how can i set a limit for request from the same IP for example in one minute?
with
i can set the max request per sec from the same ip, but this is too short...
Greetings
how can i set a limit for request from the same IP for example in one minute?
with
B4X:
AddDosFilter("/*",CreateMap("maxRequestsPerSec": 10,"delayMs": -1))
Greetings