Request rate limiting

6
Has anyone implemented request rate limiting, for instance, to limit consecutive login requests from one host to a certain number per minute or so (as a guard against spamming login requests to break the application or leak data)? Or does anyone know if this is already implemented in the Mendix platform? I know this can also be done via something like reCAPTCHA, but that can be a data privacy concern in some contexts, so I'm also looking into implementing this in the application itself if it isn't already being done in the platform via the existing APIs. Any help/direction on where to start would be super helpful. Thanks!
asked
1 answers
0

Hey David,

This might be a late response. However, I found the link to a post in Medium. Please verify if this is what you needed.

 

https://medium.com/mendix/limiting-your-amount-of-calls-in-mendix-most-of-the-time-rest-835dde55b10e

answered