Forum Discussion
Bunkemannen
Nimbostratus
Jan 29, 2020iRule problems after upgrade to 14.1.2.3
After upgrading from 13.1.1.4, we hav problems running the simplest of iRules for example : when HTTP_REQUEST { if { [HTTP::uri] equals "/" or [HTTP::uri] equals "" }{ HTTP::redirect ...
cjunior
Nacreous
Jan 29, 2020Hi,
You probably has responded the request on another policy or iRule.
Take a look on this: https://clouddocs.f5.com/api/irules/HTTP__has_responded.html
when HTTP_REQUEST {
if { [HTTP::has_responded] } {
return
}
if { [HTTP::uri] equals "/" } {
HTTP::redirect "https://[HTTP::host]/overview"
} else {
pool secure_pool
}
}
Regards.
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