Forum Discussion
kng_107168
Nimbostratus
Mar 02, 2011unable to redirect to a different page on another pool
This is what I have but the client browser doesn't seems to like the redirection.
when HTTP_REQUEST {
if { [active_members poolA] < 1 } {
use pool poolB
HTTP::redire...
kng_107168
Nimbostratus
Mar 03, 2011hmmm if I understand you correctly, this is how I had it setup already. But the redirection is not working.
This is my http->https iRule that is assigned to the http vip:
when HTTP_REQUEST {
HTTP::redirect https://[HTTP::host][HTTP::uri]
}
This is for my splash redirect on the https vip:
when HTTP_REQUEST {
if { [active_members poolA] < 1 } {
pool poolB
HTTP::uri /splash.html }
}
It seems the the web connection got reset so the client browser cannot download the splash page.
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