Forum Discussion
Pramod_PJ__2826
Aug 04, 2016Nimbostratus
Url Rewrite (Loadbalancer)
Hi All,
We have a F5 load balancer and 2 application server. request to those servers are being sent on the Round Robin basic.
Currently users are requesting it by [https:\comp.abc.com\login\login.as...
Snl
Aug 04, 2016Cirrostratus
try this modify the pool name as per your requirement
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] equals "comp.abc.com" } {
if { [HTTP::uri] equals "/" } {
HTTP::redirect "https://[HTTP::host]/login/login.aspx"
}
pool ABC POOL
}
}
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