Forum Discussion
Joshua_Bines_12
Jan 05, 2017Cirrus
Forward Compatibility with Irule BIG-IP APM with OWA 2016 and IE10 or Google Chrome
Morning All, Re: Which irule should be used to resolve the error "Access policy evaluation is already in progress" We are currently on BIG-IP 11.6.0 Build 6.0.442 Hotfix HF6 but I cannot guar...
Jan 13, 2017
Hi,
I think you should use this irule:
when ACCESS_SESSION_STARTED {
log local0. "manu4: [IP::client_addr] from user agent: [HTTP::header value "User-Agent"], [HTTP::uri]"
set landinguri [ACCESS::session data get session.server.landinguri]
switch -glob $landinguri {
"/owa/plt1.ashx?*" -
"/owa/sessiondata.ashx?appcacheclient=1" -
"/owa/userspecificresourceinjector.ashx?*&appcacheclient=1*" -
"/owa/manifests/appCacheManifestHandler.ashx?owamanifest=1" {
ACCESS::respond 403 -version "1.1" noserver "Connection" "Close"
ACCESS::session remove
return
}
}
}
(it's been written by @Stanislas).
Cheers,
Kees
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