Forum Discussion
N__197982
Sep 14, 2017Nimbostratus
looking for help to tweak iRule
Folks,
We have an iRule which looks at the HTTP request and does some work based on that request.
Here is the extract:
if { [HTTP::host] contains "domainname.com"}
and then do this do that...
Faruk_AYDIN
Sep 14, 2017Nimbostratus
use one of the followings:
First:
if { [HTTP::host] contains "domainname.com" && [SSL::mode] == 0 }
Second:
if { [HTTP::host] contains "domainname.com" && [TCP::local_port] == 443 }
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