After I send a bunch (about 50) of API requests to my app, I start to receive the following error:
The remote server returned an error: (429) Too Many Requests.
Obviously something is protecting my server, but I'm not sure if it's a Forge/Nginx configuration, or code within Laravel itself. I would like to know what's causing it and ultimately disable this behavior.
I'm using Laravel 5.3 with the built in Auth. My server is a Linode box set up by Forge with no fancy settings other than SSL enabled.
You should not comment out this middleware. Imagine, if I decide to attack your API now - it will sink. You are not limiting the amount of requests that can be made to it, thus enabling someone to send millions of requests if they wanted to.