Hi,
We call dashboard API for some integrations but 429 error returned repeatedly despite the rate limit is not exceeded.
Looks like our IP address is now being denied. When I tried to send the request with the same request format and key, the status codes were different.
How can we resolve this issue?
From server | HTTP/1.1 429 Too Many Requests Server: nginx/1.21.1 Date: Wed, 04 Aug 2021 08:57:39 GMT Content-Type: text/html Content-Length: 169 Connection: close <html> <head><title>429 Too Many Requests</title></head> <body> <center><h1>429 Too Many Requests</h1></center> <hr><center>nginx/1.21.1</center> </body> </html> |
From local PC | HTTP/1.1 200 OK Server: nginx/1.21.1 Date: Wed, 04 Aug 2021 07:18:10 GMT :(snip) |