Forum Discussion
Waynengi
Jan 06, 2018Nimbostratus
Does particular irule need to be tweaked?
Created an irule below but it only seems to work for lowercase not uppercase. Do I have to add another line or can it be tweaked to catch anything? "coordinatororporttype"
when HTTP_REQUEST {
...
nitass_89166
Noctilucent
it should also work for the uppercase. can you try to add logging before the if sentence?
e.g.
log local0. "URI is [HTTP::uri]"
nitass_89166
Jan 06, 2018Noctilucent
e.g.
when HTTP_REQUEST {
log local0. "URI is [HTTP::uri]"
if { [string tolower [HTTP::uri]] contains "/wls-wsat/coordinatorporttype" } {
log local0. "matched URI [HTTP::uri]"
drop
}
}
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