Forum Discussion
sunny123
Nimbostratus
Mar 28, 2023F5 LTM/ASM , I-rule to ignore query string to prevent DDOS attack.
Hello guys, My environment : F5 ltm, ASM learning mode. Webapp: Public facing site with many pages with few search pages and filtering pages. I see many people are hitting the site with unknow qu...
Mar 28, 2023
Hi Juna,
You could use this irule:
when HTTP_REQUEST {
if {!([string tolower [HTTP::query]] contains "utm" || [string tolower [HTTP::query]] contains "gclid")} {
HTTP::respond 302 Location "http://www.domain.org"
}Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects