Drop compulsive http requests same url, same IP in Apache tomcat
- by Rodrigo Asensio
I want to drop http request done to the same url from the same ip inside the same second. That means, its a guy violently pressing F5 or a bot screwing up my server.
Do anyone knows any lib for java to avoid this or should I develop a Map in memory checking who is killing the server ?