Forum Discussion
ademali_1610
Nimbostratus
Jan 23, 2013Access policy evaluation error
Hey there,
I'm hoping somebody can provide some insight to show me what I might be doing wrong with my access policy. We have a Sharepoint web portal set up which is accessed throu...
Kevin_Stewart
Employee
Apr 23, 2013The HTTP_REQUEST and RESPONSE events do actually fire, but APM purposely hides them. To re-enable access to these events, set ACCESS::restrict_irule_events to a value of "disable" in the CLIENT_ACCEPTED event.
From the wiki at: https://devcentral.f5.com/wiki/iRules.ACCESS__restrict_irule_events.ashx
when CLIENT_ACCEPTED {
ACCESS::restrict_irule_events disable
}
when HTTP_REQUEST {
if { [HTTP::uri] ends_with "/my.logout.php3?errorcode=19" } {
HTTP::redirect "/"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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