Forum Discussion
KD_48848
Nimbostratus
Oct 07, 2008Convert iRule from 9.x to 4.x
Need this on a urgent basis.
Following is the iRule that we have implemented on one of our BigIP running 9.x version:
=====================
when HTTP_REQUEST {
if { ([string tolower [HTTP::uri]] eq [ string tolower "/abc/xyz/login.do" ] ) and not ([HTTP::cookie exists "SMSESSION"]) } {
HTTP::redirect "https://thisismysite.com/pqr/login.jsp"
} else {
pool mypool.com
}
}
=====================
Need to implement the same iRule in one of other BigIP's running 4.x version
Kindly assist.
Thanks,
KD.
- KD_48848
Nimbostratus
Hi Aaron, - hoolio
Cirrostratus
You can download manuals from AskF5.com. Here is the main 4.x page:
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