Skip to content

Commit 2e16226

Browse files
authored
Merge pull request #486 from ByteInternet/TimVNL-add-cloudflare-healthchecks
Update known plugins for rate limiting documentation
2 parents 8bffc07 + 2061f6d commit 2e16226

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/hypernode-platform/nginx/how-to-resolve-rate-limited-requests-429-too-many-requests.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,15 @@ Instead of adding the complete User Agent to the regex, it’s often better to l
108108

109109
### Known Rate Limited Plugins and Service Providers
110110

111-
There are a couple of plugins and service providers that tend to hit the blacklisted keyword in the `http.ratelimit` snippet and, therefore, may need to be excluded individually. Below we have listed them and their User Agents for your convenience
111+
There are a couple of plugins and service providers that tend to hit the blacklisted keyword in the `http.ratelimit` snippet and, therefore, may need to be excluded individually. Below we have listed some popular services and their User Agents for your convenience
112112

113113
- Adyen - `Jakarta Commons-HttpClient/3.0.1`
114114
- Adyen - `Apache-HttpClient/4.4.1 (Java/1.8.0_74)`
115115
- Adyen - `Adyen HttpClient 1.0`
116116
- MailPlus - `Jersey/2.23.1`
117117
- Mollie - `Mollie.nl HTTP client/1.0`
118118
- Screaming - `Screaming Frog SEO Spider`
119+
- Cloudflare Healthchecks - `Cloudflare-Healthchecks`
119120

120121
Besides the above-known plugins that will hit the blacklisted keyword, `http.ratelimit` we know that Picqer will also hit the rate limiter because of being blocked by "**zoneperip**". Please find [here](https://picqer.com/files/ip-addresses.txt) the IP addresses of Picqer. You can exclude those IP addresses from hitting the rate limiter if you follow the [instructions](#known-rate-limited-plugins-and-service-providers).
121122

0 commit comments

Comments
 (0)