Forum Discussion
El_Jefe
Jul 31, 2011Nimbostratus
Need ideas for a "garbage collector" iRule
Hello,
I have been working with the F5 for a bit, and have written some simple iRules. However, I am getting a little stuck on this one. We are running an Oracle 11G Fusion Middleware app fo...
El_Jefe
Aug 01, 2011Nimbostratus
Here is what I finally settled on for the HTTPS rule -
when HTTP_REQUEST {
if { [HTTP::uri] equals "/" } {
HTTP::redirect "https://host.department.university.edu/Application/faces/oracle/webcenter/portalapp/pages/login.jspx"
}
elseif { [HTTP::uri] equals "" } {
HTTP::redirect "https://host.department.university.edu/Application/faces/oracle/webcenter/portalapp/pages/login.jspx"
}
elseif { [HTTP::uri] equals "/application" } {
HTTP::redirect "https://host.department.university.edu/Application/faces/oracle/webcenter/portalapp/pages/login.jspx"
}
}
In the limited testing I've done, it seems to work.
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