Forum Discussion
adamo_1516
Nimbostratus
Aug 14, 2007exception logic for selective https redirect
yes, i'm losing my mind.
i've got a rule we put in place to take specific subdomains and statically redirect the URL's to https. it works great, but we're now seeing we need to add exception...
Craig_Holland_2
Nimbostratus
Aug 14, 2007How about:
if { not [HTTP::uri] contains "SpecialUrl" and (([HTTP::host] starts_with "subdomain1." ) or ([HTTP::host] starts_with "subdomain2.")) } {
HTTP::redirect https://[HTTP::host][HTTP::uri]
}
}
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
