Forum Discussion
Tom_Kilday_9259
Nimbostratus
Nov 04, 2008https to http
how can I map https traffic back to http?
The following irule only works for http
when HTTP_REQUEST {
if { [HTTP::host] equals "courses.host.edu" } {...
rayden_75606
Nimbostratus
Nov 06, 2008you need a client side ssl profile and I would suggest:
when HTTP_REQUEST {
if { [HTTP::host] equals "courses.host.edu" } {
HTTP::respond 301 "Location" "http://www.host.edu/academics/courses/myhls.php"
}
}
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