Forum Discussion
maximillean_953
Nimbostratus
May 27, 2014i write with not it applies true
when HTTP_REQUEST {
if { ([lindex [split [HTTP::path] "/"] 2] contains "control" ) or ( [lindex [split [HTTP::path] "/"] 3] contains "control" ) or ( [lindex [split [HTTP::path] "/"] 1] contain...
maximillean_953
Nimbostratus
May 27, 2014Hi again,
There is a redirect rule right after this. redirect rule redirects when /servlet/control is called redirect it to https. this redirect rule somehow disables filter.
when I send request for example /1/control it rejects but when i send /servlet/control it doesnot apply the filter?
when i remove redirect rule after filter rule filter starts working again.
redirect rule is like,
when HTTP_REQUEST {
if { ([HTTP::uri] starts_with "/servlet/control") } {
HTTP::respond 301 noserver Location https://xyz.com[HTTP::uri]
}
}
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
