Forum Discussion
KJ_50941
Nimbostratus
Apr 25, 2013Irule for transparent redirect
Hi, I need an iRule for transparent redirect, basically I have VIP in legacy floor which needs to send partial traiffic to another VIP for example application 1 while they are migration all applicati...
KJ_50941
Nimbostratus
Apr 29, 2013another VIP is The VIP on different F5 in SAT envirornmnet. Can you tell me what is going to be actual iRule?
will this work?
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri] ] {
"/app/*" {
HTTP::uri “https://www.example.com[HTTP::uri]”
}
“/app2*” {
HTTP::uri “https:://www.example .com[HTTP::uri]”
}
}
thx
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