Forum Discussion
Juanma_47808
Nimbostratus
Mar 30, 2008Java script redirection problem
Hello,
I am trying to set up a BigIP LTM to load balance a https service. There is an upload page in the WEB that uses a java script that changes the URL client from:
h...
The_Bhattman
Nimbostratus
Mar 31, 2008I think I understand your point. You might want to look at SSL rewriting options within the SSL PROFILE. Another item is to use an IRULE such as the following
when HTTP_REQUEST {
switch [HTTP::host] {
"realserver.mydomain.com" { HTTP::redirect https://virtualserver.mydomain.com/[uri]" }
}
}or
when HTTP_REQUEST {
if { [HTTP::host] eq " realserver.mydomain.com" } { HTTP::redirect https://virtualserver.mydomain.com/[uri]" }
}I have tested this out but it's worth a show if you can't adjust the SSL Profile settings.
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
