Forum Discussion
MikeBrockbank_3
Nimbostratus
9 years agohelp with iRule and built in https_redirect working with it
I need to get this iRule to work,which it is not. But since it is on an HTTP cluster I also need to use the built-in sys_https_redirect to work AFTER this iRule takes effect. Can you help me with bo...
Vijay_E
Cirrus
9 years agoWhat is functionality that you are looking to achieve ?
Why is the iRule not working ? Are you seeing errors in the logs ?
You can change the "eq" in the following iRule to "contains" or "starts_with" depending on your needs:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] eq "/reportal" } {
pool PROD_APPS5_JBOSS_8080_POOL
}
}
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