Skip to content

Implement a rate limit to mitigate robots attack

Our HTTP server is frequently under attack. Usual pattern is multiple HTTP request made randomly by an anonymous users (unauthenticated).

We could improve our rdiffweb logging and provide a rate limite pattern.

See

https://github.com/cherrypy/tools/blob/master/RateLimitTool

Edited by Patrik Dufresne