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 } }
M451_315544
Apr 05, 2018Cirrus
I was able to resolve this using this updated iRule.
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] contains "/microsoft-server-activesync" } {
drop
}
}
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