Forum Discussion
TJ_Vreugdenhil
Mar 14, 2012Cirrus
LB HTTPS Reverse Proxy
It it possible to use the existing HTTP server addresses below:
http://www.domain.com/online/index.cfm?template=text
http://www.domain.com/online/index.cfm?template=receive_alerts
http://w...
hooleylist
Mar 14, 2012Cirrostratus
That looks about right. This assumes that the client isn't making POST requests to the URIs with the template parameter. If they were, they'd get redirected and make a GET request to the HTTPS URI from the redirect.
Here are a couple of edits for the iRule:
when HTTP_REQUEST {
if {[class match -- [URI::query [HTTP::uri] template] equals template_dg]}{
HTTP::redirect "https://[HTTP::host][HTTP::uri]"
}
}
Aaron
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