Forum Discussion
paul_dcc
Feb 29, 2012Nimbostratus
HTTPS Redirect to a new Port number
We have a number of user that forget to put :9614 on the end of the url they are trying to connect to and then get Internet Explorer cannot display the webpage (https://sspr.dorsetcc.gov.uk/) when it ...
paul_dcc
Feb 29, 2012Nimbostratus
Hi Bayan,
Not sure if I've done my IRule correct, but If I have doing what you said did not work.
when HTTP_REQUEST {
Check host header value
if {[string tolower [HTTP::host]] eq "https://sspr.dorsetcc.gov.uk"}{
Redirect client to the full host name
HTTP::redirect "https://sspr.dorsetcc.gov.uk:9614/showLogin.cc[HTTP::uri]"
}
}
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