Forum Discussion
kng_107168
Mar 02, 2011Nimbostratus
unable 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...
Chris_Miller
Mar 02, 2011Altostratus
HTTP::redirect sends the user an actual redirect. In your case, you're sending them to poolB but then redirecting them right to /splash. Redirects require protocol, hostname, and uri. So, "http://[HTTP::host]/splash.html" for example.
Can you describe what you're trying to do?
If there are no active members in poolA, what do you want to happen to the user?
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