Forum Discussion
maximillean_953
Nimbostratus
Jul 08, 2014Irule with regex filtering migrate from netscaler
Hi,
On Netscaler migration I come to a rule that could not solve.
On netscaler responder rules there is a drop rule related with this regexp line. I wonder how can i write this on f5 irule...
Vitaliy_Savrans
Nacreous
Jul 08, 2014Hi,
you can try to use this one (log is optional):
when HTTP_REQUEST {
if {[HTTP::uri] contains "action" or [HTTP::uri] contains "redirect" or [HTTP::uri] contains "redirectAction"} {
log local0. "Query string of URI is [HTTP::uri]"
reject
}
}
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