Forum Discussion
crocketv_18020
Oct 14, 2009Nimbostratus
Re-direct HTTPS to URI extension
Hello.
I'm looking for some help on how to direct an HTTPS connection to a URI extension page of the URL. Here is a description example -
F5 VIP - XYZ.AAA.ORG port 443 ...
Colin_Walker_12
Oct 15, 2009Historic F5 Account
If they just wanted to redirect all HTTP traffic to the webapp page it'd be simple. Something like:
when HTTP_REQUEST {
if { [HTTP::host] eq "xyz.aaa.org" } {
HTTP::redirect "https://xyz.aaa.org/xlWebApp/"
}
}
Colin
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