Forum Discussion
Kenny_Van_73892
Nimbostratus
Oct 24, 2006Help me with redirect and match cases, please
I just recently upgraded my Big IP units from version 4.5.10 to 4.6.4 to implement new features such as tolower() in irules. The upgrade went well, but when I tried to use tolower() and redirect in a...
Kenny_Van_73892
Nimbostratus
Nov 06, 2006Well, I got a chance to test the matching cases irules yesterday. All worked well, except when I modified the above irules little bit, the use pool function never worked out right.
if (tolower(http_uri contains "logon")) {
redirect to "https://" + http_url + tolower(http_uri)
}
else {
use pool my_pool
}
For example: when I typed http://www.secure.com/logon/default.aspx, the irules redirected to secure site https:// and this part worked fine; however, when I removed /logon/default.aspx, the irules didn't redirect to http://, instead it still kept https://. So I think the use pool function never worked in this case.
When I configured my_pool, I used http service for all its members.
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