Forum Discussion
RobS
Altostratus
Aug 19, 2013Redirect https to https works in Firefox but not IE
We just moved our Kronos application behind our LTMs. We also added a cert for encrypted logon. Everything went well until I was told of the expectation of the DNS names to automatically redirect to ...
Kevin_Stewart
Employee
Aug 19, 2013Something like this:
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
"xxx" {
if { [HTTP::uri] equals "/" } {
HTTP::redirect "https://[HTTP::host]/wfc/logon"
}
}
"yyy" {
if { [HTTP::uri equals "/" } {
HTTP::redirect "https://[HTTP::host]/wfc/applications/wtk/html/ess/logon.jsp"
}
}
}
}
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