Forum Discussion
Sonny
Cirrus
Mar 08, 2019URI redirect to pool with port other than 443
I have a VS that has both a client and server SSL profile on 443. When I use the below irule, since the "generic_pool" is NOT listening on 443 (but rather 8443), it doesn't work. We can't change the ...
Mar 08, 2019
Hi,
Could you test with this irule?
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::path]] {
"/abc*" { pool generic_pool }
"/def*" { pool generic_pool }
"/ghi*" { pool generic_pool }
}
}
Cheers,
Kees
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
