Forum Discussion
Nelgin_Nepolean
Feb 14, 2017Nimbostratus
How to bypass APM profile if uri is "/rpc/rpcproxy.dll" ?
I was trying to bypass APM part for Outlook Anywhere by adding an iRule. But "ACCESS::disable" is not helping. my intention is to disable APM authentication part and do only Loadbalancing or just fo...
Cory_O
Apr 06, 2017Cirrus
I "think" your issue might be that you're using eq instead of "starts_with" for the URI in question.
Try setting your second line to the following. I threw in some extra protections in case the client changes case on anything in the URI request:
if { ([string tolower [HTTP::uri]] starts_with "/rpc/rpcproxy.dll") and \
(([HTTP::method] equals "RPC_IN_DATA") or ([HTTP::method] equals "RPC_OUT_DATA"))}{
Hope that helps!! -Cory
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