I am working with an ASP.NET web based API exclusively using GET requests to return data to mobile apps. Does Cloudflare offer a way to protect from DDOS attacks while at the same time not hindering legitimate traffic?
yes, they have tools against layer 7 attacks
Is there any available documentation about these?
there is document for each of the tools like:
- rate limiting
- I am under attack mode(not working with api routes)
- firewall rules
- IP Access Rules
- User Agent Blocking
- full html caching
- worker
- countries based rules
there is a also probably a way for Cloudflare to help you make rules against attacks but I don’t know in which plan is available and how
my 2 cents about layer 7 attacks is if your infrastructure not scalable and your content is not 100% cacheable than you cant really 100% protect it
There are many free features available to mitigate and stop an attack; the Firewall Rules, for instance, is a pretty powerful feature and can be highly effective when properly set.
This support page lists several steps you can and should do to protect your site in case of a DDoS attack. Read it carefully, as some features require paid plans.
https://support.cloudflare.com/hc/en-us/articles/200170196-I-am-under-DDoS-attack-what-do-I-do-
This topic was automatically closed after 31 days. New replies are no longer allowed.