Forum Discussion
iRule to disable APM not working as expected
when HTTP_REQUEST {
set header [HTTP::header "User-Agent"]
log local0. "Before Match --- Header is: $header"
if {[string tolower [HTTP::header "User-Agent"]] contains "mac os x" && [string tolower [HTTP::uri]] equals "/ews/exchange.asmx"} {
ACCESS::disable
log local0. "one time"
log local0. "URI: [HTTP::uri]"
pool /Common/exchange.app/exchange_oa_pool6
}
}
- kunjanNimbostratus
I think it's triggered for the Exchange Web Service(EWS) by the exchange profile attached the access policy. You might see this in the APM logs. If you are using a 11.4 version you might be able to modify the iRule _Sys attached.
- Rabbit23_116296NimbostratusI think you are right here. I am using 11.6.0 with the latest iApp (think 1.4.0) , does this mean I have options?
- kunjan_118660Cumulonimbus
I think it's triggered for the Exchange Web Service(EWS) by the exchange profile attached the access policy. You might see this in the APM logs. If you are using a 11.4 version you might be able to modify the iRule _Sys attached.
- Rabbit23_116296NimbostratusI think you are right here. I am using 11.6.0 with the latest iApp (think 1.4.0) , does this mean I have options?
- kunjanNimbostratus
You can try HTTP:disable in the iRule with priority 0 for the iRule. But not sure about the implications.
- Rabbit23_116296Nimbostratus
I have entirely given up with support with f5 as there is ZERO apm support.
I believe looking at tcpdumps my issue is ntlm related as our mac clients are domain joined. they send a combination of ntlm+basic headers and we are still experiencing major issues.
Recent Discussions
Related Content
* 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