My same PHP code is running on two different servers.
One server can call update API successfully, but another server would always get HTTP 410 error.
The failed server was used to debug/test my PHP codes before and I might call APIs over its rate limit from that sever.
Does REST API v1.1 check the API caller’s address?
If so, how can I report the failed server’s IP address to enable my PHP function on the server?
Because currently the same “correct” code is running on both servers.