Forum Discussion
Cody_Conklin_17
Nimbostratus
Jul 29, 2005Simple HTTPS redirect
I have an HTTPS Virtual Server that is terminating SSL. I would also like to take the inbound https requests and append a specific webpage to it. For example, if the user sends a request to https://...
JRahm
Admin
Jul 29, 2005Try this (untested!):
when HTTP_REQUEST {
if { [HTTP::host] equals "example.mycompany.com" } {
HTTP::redirect https://example.mycompany.com/login_page
}
}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
