Forum Discussion
Neil_Harbaruk_1
Nimbostratus
Aug 01, 2006iRule for https:URL:<port>/URI
I am looking for a script to forward based on any combination of URL:/URI.
e.g. https://web1.whatever.com:8081/money --> pool1
https://web1.whatever.com:8081/coins --> pool1
...
Neil_Harbaruk_1
Nimbostratus
Aug 02, 2006Depending on which URL and/or which port, and/or which URI, the pool selection would be made. The common thing is the URL. I was looking at nested else-if statements to do this.
e.g.
if web1
else-if port 1
else-if uri1
use pool x
if web1
else-if port 2
else-if uri1
use pool y
if web1
else-if port 2
else-if uri3
use pool z
etc...
I know it is going to be rather complicated, not to mention confusing, but I'll have to come up with something no matter how ugly it is because that is the way things are set up now and I cannot change them.
Do I use the same statements and syntax whether using http or https? This is all https.
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