How to prevent misuse of a public REST API endpoint.

inambe

Inam Ul Haq

Posted on July 20, 2018

How to prevent misuse of a public REST API endpoint.

I have a REST API for CRUD operations on a database table, where inserting record does not require any authentication. The question is, how can I prevent that endpoint of my API from possible misuse, cause anyone can enter thousands of rows in a minute using a simple script.

I'm using Slim-PHP and JWT.

Thank You.

💖 💪 🙅 🚩
inambe
Inam Ul Haq

Posted on July 20, 2018

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related