getting 429 errors

#1
Greetings,
I have a site that many of our mobile apps hit to load advertisements.
For one particular app, no matter where it is run from, the site is returning 429 Too Many Requests.
But if I go to the php page in my browser it's fine.
And other apps are fine.
In fact the iOS version of this app is fine but the Android version gets the 429 error.
The only setting I can see in server/virtual hosts that might cause this error is per client throttling.
But the first 4 values are set to 0 to disable and the hard/soft limits are set to 10000.
I don't think that's the problem anyway because server health Anti-DDoS Blocked IP says there are no blocked IPs.

Are there any other settings that are related to 429 errors?
Or any logs I can look at to see why they are happening?
 
Last edited:

Pong

Administrator
Staff member
#2
"429" error is not associated with web server configuration. You may contact your hosting company for it.
 
Top