Forum Discussion
Jason_LaRocque_
Nimbostratus
Jan 10, 2008On 302 to client, ensure TCP port is 443, if not, make it 443
Greetings-
We have a security product that can run SSL, but we've offloaded SSL at BIGIP. When we request an object that requrires authentication, a forms based login is sent back to the client o...
Jason_LaRocque_
Nimbostratus
Jan 10, 2008Thanks everyone. I've landed on using the profile as it seems intrinsically more efficient than an iRule. I did use information from the forum on creating an iRule for this situation, here's what works:
when HTTP_RESPONSE {
if {[HTTP::status] starts_with "3"}{
HTTP::header replace Location [string map {http: https:} [HTTP::header value Location]]
}
}
Again, thanks for your help!!
Jason
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