Forum Discussion
Osama
Nimbostratus
Oct 15, 2019iRule to Redirect url to anther url
Hi Dears, requesting your kind support for below scenario. I have two VS with the same IP but each one in different ports (1st one in port 80, 2nd one in port 8080) I have two pools in port...
iaine
Nacreous
Oct 15, 2019Hi
Add in some URI logic otherwise you're going to get a redirect loop. So something like...
when HTTP_REQUEST {
if { ([HTTP::host] eq "kmt") && ([HTTP::uri] eq "/")} {
HTTP::redirect "http://kmt/livetest/livetest.exe?func=llworkspace"
}
}- OsamaOct 15, 2019
Nimbostratus
Hi iaine,
thanks for your quick support, I applied for the VS but still not redirected.
I wanna ask here, this iRule should be applied in which VS as I have two VS one in port 80 and second in port 8080
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