Forum Discussion
Victor_Im_96299
Nimbostratus
Sep 22, 2005url redirect to different pool
Hello everyone,
I'm new to this forum and need some help in creating an irule.
Currently running BIG-IP Kernel 4.6.2 Build117 and need to redirect a url
(http://xml.company-c...
Sep 22, 2005
You'll want to use the http_host and http_uri variables
if (http_host equals "xml.company-corporate.net"
and http_uri starts_with "/client.asp") {
use pool lappr80
} else {
discard
}Check out the BIG-IP product manual for other relational operators you can use (ends_with, contains, matches_regex, etc).
-Joe
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
