Forum Discussion
M451_315544
Apr 04, 2018Cirrus
Block Active-Sync on Virtual Server
Currently we have updated the iRule that was created via a template (probably through iApps at some point) with this code. switch -glob -- [string tolower [HTTP::path]] {
"/microsoft...
- Apr 05, 2018
I was able to resolve this using this updated iRule.
when HTTP_REQUEST { if { [string tolower [HTTP::uri]] contains "/microsoft-server-activesync" } { drop } }
youssef1
Apr 04, 2018Cumulonimbus
Hi,
Can you display all your Irule, because the code shown refer to following URI: /microsoft-server-activesync* only.
In your post you talk about this request (in fact it's exactly the same):
and
regards.
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