Forum Discussion
Joe_Pena_46781
Nimbostratus
Feb 17, 2009Need to redirect a single URI to use HTTPS
I need to incorporate a single URI to redirect to HTTPS. This is the URI http://www.bankrate.com/funnel/insurance/insurance-rate-quote.aspx. How can I add some logic to my current irule to switch that...
The_Bhattman
Nimbostratus
Feb 17, 2009I suppose you can do it in the following manner
switch [HTTP::host] {
www.bankrate.com {
if { [HTTP::uri] equals "/funnel/insurance/insurance-rate-quote.aspx" } {
HTTP::redirect "https://[HTTP::host][HTTP::uri]"
}
}
}
I think you can add it after the swith for "http://www.bankrate.com/brm/news/news_investing_home.asp"
Hope this helps
CB
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