I have a webservice embedded in grails to work with POST with the GWT client. If the user is registered, he can also access the web service without GWT only through the browser.
Now my question is how can I protect it so that its spam cannot spam my web service, for example. 1000 new entries, just the stress of my web service with specific messages (possibly over a loop) when logging in?
The same is true for Android clients, or if I provide other developers with my web service, and they can POST thousands of data in my web service.
Is there a mechanism that I can use?
thanks for the help
source share