Forum Discussion
Reginald_Sible1
Nimbostratus
Apr 07, 2020Default redirect to url and not pool.
Dev Central
How do i default the last line to a url and not pool the hub?
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::path]] {
"/sso*" -
"/vznvoucher*" {
pool NuNetTst_Pool_80
}
default {
pool the_hub
}
}
}
- Beaker
Cirrus
This should work, basically redirecting everything that does not match to a different url:
default {
HTTP::redirect https://your_url_here
}
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