Facing DDOS. Deploying different strategies to mitigate it.
Just observed that URL that doesn’t contain a trailing slash doing CACHE MISS
ALWAYS CACHE MISS: [14 Best Live Cricket Streaming Sites In 2022]
CACHE HIT WITH TRAILING SLASH: 14 Best Live Cricket Streaming Sites In 2022
Attacker using non-trailing slash URL paths so that the requests hit origin server that ultimately causing MySQL service to stop.
Though I’m using Pro plan and enabled WAF, still most of the DDOS requests hitting the origin server (URL not ending with a trailing slash).
Can anyone help me implement a Page Rule or Worker or Firewall rule that will do the trick? I do not want non-trailing slash (“/”) requests to reach the origin server that always returns cache miss.
Please keep in mind I use WordPress, adding a slash to every URL path may result in conflicts. Any solution for this?
Thanks in advance for the favor.