Forum Discussion
Need help writing irules
Irule below worked great in redirecting
but it does not redirect for some reason.
Also when they use without the full domain name (resetmypassword.domain.name) it gets a cert error, but when you click continue then redirects using the full domain name and the cert shows to be valid. I am not sure if anything could be done to crrect this since the irule really has not yet ran. The certificate https uses in on the F5 with the common name being resetmypassword.domain.name
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::path]] {
"/" {
HTTP::redirect " https://resetmypassword.domain.name...n/Logon.do"
}
"/itim/self" {
HTTP::redirect " https://resetmypassword.domain.name...n/Logon.do"
}
}
}
Any ideas or information is greatly appreciated.
Gary
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* 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