429 Too Many Requests
-
After running perfectly for over a year, we’ve had problems with our WooCommerce integration with Zenstores.
Every 30 mins, Zenstores sends an API call to our website using this syntax:
{{site_url}}/wc-api/v2/orders?status=processing&filter[limit]=15&page=1&consumer_key={{consumer_key}}&consumer_secret={{consumer_secret}}
For the last year, this results in them receiving full details of any outstanding orders we have received since their last call.
Suddenly, last week, instead of receiving order details, they received the following error message:
<!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”>
<HTML>
<head>
<title>429 Too Many Requests</title>
</head>
<body>
<h1>Too Many Requests</h1>
<p>The user has sent too many requests in a given amount of time.</p>
</body>
</html>We tried whitelisting their IP addresses in WordFence but that had no effect.
Then we tried switching off Rate Limiting but that had no effect either.
As soon as we deactivated Wordfence entirely, it all started working again.
Now, of course, we are not benefiting from all the features offered by WordFence.
What settings should we use to use WordFence with Zenstores?
The page I need help with: [log in to see the link]
- The topic ‘429 Too Many Requests’ is closed to new replies.