Forum Discussion
Jinshu
Cirrus
Oct 22, 2015Exempt http to https url redirection for specific IP addresses in Irule
Hello,
I have a VIP with with address 10.20.20.20 which configured to use SSL. http to https redirection also configured on the F5 so that users will be redirected to if they access http.
now I...
Brad_Parker
Cirrus
Oct 22, 2015Are you using route domains? You may need to string the RD off of the client_addr.
when HTTP_REQUEST {
if { [IP::addr [getfield [IP::client_addr] "%" 1] equals 10.55.22.22] } {
return
do nothing
}
else {
HTTP::redirect https://[HTTP::host][HTTP::uri]
}
}
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
