Forum Discussion
KJ_50941
Nimbostratus
Mar 06, 2013443 VIP redirect
for https redirect on 443 VIP from / to login.aspx do I need 80 VIP? if I stand up port 80 VIP it works , but that is extra step.
please advise.
KJ_50941
Nimbostratus
Mar 07, 2013ok, requirement is chnages http has to redirect to login.aspx and https as well. my http work but https get rediect to http on brower, what am I missing?
my http:
when HTTP_REQUEST {
if { [HTTP::uri] eq "/" } {
HTTP::redirect http://[HTTP::host]/login.aspx
}
}
https is:
when HTTP_REQUEST {
if { [HTTP::uri] eq "/" } {
HTTP::redirect https://[HTTP::host]/login.aspx
}
}
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