Forum Discussion
nastymatt_11986
Nimbostratus
Feb 21, 2013irule to a pool using SSL
What I am trying to achieve is to send traffic to a specific pool based on the uri. Which works fine on http, the issue I have is when I use the irule on https.
I have to assign an http profile ...
wlopez
Cirrocumulus
Feb 01, 2019If you're redirecting within https, you could do something like this:
when HTTP_REQUEST {
if { [HTTP::path] eq "/" } {
HTTP::respond 301 Location "https://abc.xyz/BankingApp"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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