https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31242 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com --- Comment #2 from David Cook <dcook@prosentient.com.au> --- 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.