@martinbean I have tried that. If I do a lot of api calls I get the 429 error on my laptop. If I try to open the API on another computer with another IP the new IP also gets 429 - but it have only called the API one time?
I have tried that. If I do a lot of api calls I get the 429 error on my laptop.
@danicool Which is a “Too Many Requests” response, which Laravel return if you exceed a rate limit. So this suggests it is working.
If I try to open the API on another computer with another IP the new IP also gets 429 - but it have only called the API one time?
If this other computer is on the same network, then it’s going to have the router’s IP address—not the individual machine’s—and therefore appear to come from the same IP address.
@martinbean If this other computer is on the same network, then it’s going to have the router’s IP address—not the individual machine’s—and therefore appear to come from the same IP address.
No, i did it on my cell-phone which runs on cellular, it is kinda weird...