jeserver

  1. Alexander Stolte

    B4J Question jServer limit request per minute

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