Forum Discussion
mbamusa_59409
Mar 19, 2011Nimbostratus
OWA , ActiveSync And RPC Over HTTP in ONE VS
Hi All,
i have ONE virtual server configured for the three services (OWA , ActiveSync and Outlook Any Where) and it works fine ,but when i enabled th ASM OWA and ActiveSync are working fine ...
Michael_Yates
Mar 21, 2011Nimbostratus
We had a similar problem. Try this:
when HTTP_REQUEST {
set path [HTTP::path]
set method [HTTP::method]
}
when HTTP_CLASS_SELECTED {
if { ($path eq "/rpc/rpcproxy.dll") and (($method equals "RPC_IN_DATA") or ($method equals "RPC_OUT_DATA")) } {
PLUGIN::disable ASM
}
}
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