Forum Discussion
Pank1984_270974
Nimbostratus
Jun 05, 2017Redirection issues
Hello Experts,
I am new to LTM and have a scenario to discuss and take your expert help.
We are deploying an application and want to leverage F5 as a reverse proxy. The application has two ...
jaikumar_f5
Noctilucent
Jun 05, 2017The URLs you've shared - https://test.com && https://testapp.com
But your Irule is of URI. Refer WIKI.
Eg: https://[HTTP::host][HTTP::uri]"
So you should be capturing the host instead of URI.
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
"test.com " {
pool test_pool
}
"testapp.com" {
pool testapp_pool
}
}
}
Your requirement is still not clear because of alignment. Not sure, but you may wanna be using
SNI feature.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