Forum Discussion
Darren_McMichae
Nimbostratus
Dec 13, 2007Pass a single port 80 page request through to a farm; redirect to https the rest
We have an issue right now with a HTTP client request to our servers. It simply won't work using the HTTPS redirect. It is a client side application problem (not a browser issue) and it will require a...
Patrick_Chang_7
Dec 13, 2007Historic F5 Account
try
when HTTP_REQUEST {
if {[HTTP::path] contains "/page1.asp"} then {
pool Client_app
} else {
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
