https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31242
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from David Cook <[email protected]> --- Maybe it does make sense to put the rate limiting in Starman just to keep things as simple as possible. We could just put it in the builder for "/api/v1/app.pl", so it wouldn't affect the performance of the /opac and /intranet apps. The middlewares Kyle linked do look ancient though. https://www.krakend.io/docs/endpoints/rate-limit/ poses some interesting points about rate limiting methods, especially whether to rate limit by endpoint or rate limit by endpoint * client IP address. One way or another, it would be good to have rate limiting I reckon. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
