Skip to content

Commit 55c03eb

Browse files
committed
fix: DDoS spelling
1 parent 73285f0 commit 55c03eb

File tree

1 file changed

+1
-1
lines changed
  • sources/academy/webscraping/anti_scraping

1 file changed

+1
-1
lines changed

sources/academy/webscraping/anti_scraping/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Because we here at Apify scrape for a living, we have discovered many popular an
102102
103103
### IP rate-limiting
104104

105-
This is the most straightforward and standard protection, which is mainly implemented to prevent DDOS attacks, but it also works for blocking scrapers. Websites using rating don't allow to more than some defined number of requests from one IP address in a certain time span. If the max-request number is low, then there is a high potential for false-positive due to IP address uniqueness, such as in large companies where hundreds of employees can share the same IP address.
105+
This is the most straightforward and standard protection, which is mainly implemented to prevent DDoS attacks, but it also works for blocking scrapers. Websites using rating don't allow to more than some defined number of requests from one IP address in a certain time span. If the max-request number is low, then there is a high potential for false-positive due to IP address uniqueness, such as in large companies where hundreds of employees can share the same IP address.
106106

107107
> Learn more about rate limiting [here](./techniques/rate_limiting.md)
108108

0 commit comments

Comments
 (0)