java - How to protect API from from malicious usage -


we developing community portal service using java-spring , angular ui. going have android app soon. our back-end exposes many services via rest api. there couple of services allows anonymous posting , creating service requests.

here our questions:

  • how can protect api ddos-like attacks? can ip whitelisting or put cap on requests per minute set of apis?
  • how can log such malicious requests?


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -