Forum Discussion
logicmyfoot_269
Nimbostratus
Aug 31, 2016Exclude a Specfic url from https re-direction from _sys_https_redirect F5 supplied rule
Hi,
I am new F5 LTM world and have just begun playing with iRules ; In my F5 lab i am using the F5 supplied Rule to redirect all http traffic to https as follows:
when HTTP_REQUEST {
{ [HTTP::re...
Vijay_E
Cirrus
Aug 31, 2016when HTTP_REQUEST {
if { ([HTTP::host] eq "abc.com") } {
pool abc.com_pool
} else { HTTP::redirect https://[HTTP::host][HTTP::uri] }
}
iRule will be applied on VS:80
The above logic will send http://abc.com/* to abc.com_pool
Everything else: http:/// will be redirected to the HTTPS version
Is this what you are seeking ? If not, provide the logic that you want to execute via iRule.
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