From 3ace52a3d394123b7e5b22336b49cf13f2baec69 Mon Sep 17 00:00:00 2001 From: auduwerella <114720661+auduwerella@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:01:42 +1000 Subject: [PATCH] Update RATE-LIMITING.md It should be Magento application and not "Magento backend". "Magento backend" could confuse users over Magento admin path. --- Documentation/Guides/RATE-LIMITING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Guides/RATE-LIMITING.md b/Documentation/Guides/RATE-LIMITING.md index 751247cf..e35c3c1e 100644 --- a/Documentation/Guides/RATE-LIMITING.md +++ b/Documentation/Guides/RATE-LIMITING.md @@ -79,5 +79,5 @@ Block any URLs starting with `/index.php/rest/V1/` or `/rest/V1/`. ## Abusive Crawler Protection -Unlike path protection Abusive Crawler protection guards against a single user making excessive number of requests that hit your -Magento backend. By default we set the threshold to 100. After 100 requests in an hour we'll start returning a block to the user. +Unlike path protection, Abusive Crawler protection guards against a single user making excessive number of requests that hit your +Magento application. By default, we set the threshold to 100. After 100 requests in an hour we'll start returning a block to the user.