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...
hooleylist
Aug 01, 2011Cirrostratus
A couple of minor edits:
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] eq "host.department.university.edu" } {
switch [string tolower [HTTP::uri]] {
"/" -
"/application" { HTTP::redirect "https://[HTTP::host]/Application/faces/oracle/webcenter/portalapp/pages/login.jspx" }
default { HTTP::redirect "https://[HTTP::host]/Application/faces/oracle/webcenter/portalapp/pages/login.jspx" }
}
}
}
Aaron
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