Forum Discussion
Monty_S__237327
Dec 06, 2015Nimbostratus
iRule to restrict activesync traffic to particular IPs but allow all other Exchange traffic
Hi All, I am currently working on an MDM project, in which we are moving to AirWatch to proxy all Active Sync traffic. In order to force all users to use Airwatch for all ActiveSync, we need ...
Monty_S__237327
Nimbostratus
Thank you Kai,
I did end up ending my code with the below:
if {([string tolower [HTTP::uri]] contains "/microsoft-server-activeSync") and not ([class match [IP::client_addr] equals Airwatch_SEG_Servers]) }
I will test it and let you know.
Kai_Wilke
Dec 07, 2015MVP
Hi Monty,
the wildcard character (*) is used for -glob search patterns. So you're absolutely right that its not requiered when using a "contains" comparsion.
Cheers, Kai
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