makapaka's avatar

How do you test API limits

I want to load test my Laravel API - i have set the throttle to 500, how can I simply test hitting it more than that at once to see how it handles it ?

Do i have to use a full on load testing tool externally or is there a way within Laravel to do this ?

0 likes
2 replies
Robstar's avatar

You could try setting the limit lower :) Apache bench is pretty easy to setup and may help.

Please or to participate in this conversation.