Forum Discussion
irule for the redirection
We configured BIG-IP LTM with webcenter below is the virtual
server for the same.
Aeadebab
When I type aeadebab it should append uri /webcenter or /console and
open the desired login page.
Below is the iRule we created for the same but it is not working.
when HTTP_REQUEST
if {[HTTP::host] equals
"aeadebab"} {
{[HTTP::uri] "/webcenter" }
}
}
Please through some light on this.
Thanks,
Rajendra.
- The_BhattmanNimbostratusHi Rajendra,
when HTTP_REQUEST { if {[HTTP::host] eq "aeadebab.adp.ae" } { HTTP::redirect "http:://[HTTP::host]/webcenter" } }
- rajendra_106871NimbostratusHi Bro,
It is not working.
I Mean it is not redirecting to the specified URI.
It is taking up to
aeadebab.adp.ae.Thanks,
Rajendra.
- rajendra_106871NimbostratusDear Friends,
can some one through some light on this issue.
Thanks,
Rajendra
- koenning_107182NimbostratusHi Rajendra,
- Michael_YatesNimbostratusHi rajendra,
when HTTP_REQUEST { switch -glob [string tolower [HTTP::uri]] { "/" { HTTP::redirect "/webcenter" } "/console*" { HTTP::redirect "/console.full.location.url" } default { pool pool.name } } }
Recent Discussions
Related Content
* 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