View Revisions: Issue #1312

Summary 0001312: Add rate limiting for invalid requests
Revision 2026-03-24 10:32 by rijkr
Description IST: Failed authentications and invalid requests are not limited.
SOLL: Add Rate Limiting with Token Bucket algorithm to suspend the processing of requests from an IP address when a maximum number of processing failures (unauthorized access or processing errors) has been reached within a given time period. Rate Limiting events are reported in the Admin Web App Dashboard as Real-time Activity and in the server.log.
Revision 2025-09-21 17:29 by rijkr
Description IST: Failed authentications are not limited.
SOLL: Add rate limiting for failing authentications.