Forum Discussion
JustCooLpOOLe
Cirrocumulus
Jan 18, 2017Append a URI to a Host via iRule
I have an iRule that is currently set up to look at the host name and uri to determine pool redirection. The customer would like that changed to append the URI /testing when the HOST is . My though...
Vijay_E
Cirrus
Jan 18, 2017Try this:
if { [HTTP::host] equals "www.testing.com" } {
HTTP::uri [HTTP::uri]testing
pool TESTING_POOL
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
