Skip to content

Commit aed262e

Browse files
committed
fix: DDoS spelling
1 parent e202e53 commit aed262e

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
@@ -111,7 +111,7 @@ Because we here at Apify scrape for a living, we have discovered many popular an
111111
112112
### IP rate-limiting
113113

114-
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.
114+
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.
115115

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

0 commit comments

Comments
 (0)