Forum Discussion
Pete_Paiva_7147
Nimbostratus
Sep 19, 2012http to http redirection
HTTP Pool:
10.1.1.1 14000
10.1.1.2 14000
HTTP VIP:
10.0.0.1:80
HTTPS Pool
10.1.1.1 14001
10.1.1.2 14001
HTTPS VIP:
10.0.0.1:443 ...
Kevin_Stewart
Employee
Sep 19, 2012HTTP VIP:
Use the built-in HTTP-to-HTTPS iRule.
HTTPS VIP:
when HTTP_REQUEST {
if { [HTTP::uri] equals "/" } {
HTTP::redirect "/identity"
}
}
Questions:
1. Do you need to have the port appended to the HTTPS host value?
2. Do you want to redirect the user to /identity, or transparently change the URI on ingress?
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