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, 2013If you disable the event hiding you should definitely be able to see the user's request, and I would assume that if the user attempts to access a resource (as seen with [HTTP::uri]) without first authenticating (as seen by [ACCESS::session data get ]), you could do something with that request. Considering that the user has simply logged off and hasn't left the page, I'm wondering if the session cookies still resident in the browser are causing a problem. Please add this logging iRule to your virtual server and observe/report the findings:
when HTTP_REQUEST {
log local0. "URI = [HTTP::uri]"
foreach x [HTTP::header names] {
log local0. "header($x) = [HTTP::header $x]"
}
log local0. "SID = [ACCESS::session sid]"
}
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