Forum Discussion
Jason0
Nimbostratus
Apr 17, 2017Suppress Redirect When APM Session Ends
Is there a way to suppress the 302 redirect sent when an APM session closes? I've tried using clientless mode but the redirect packet is still sent. I tried an iRule to drop all 302s but it appears t...
Kevin_Davies_40
Nacreous
Apr 27, 2017Alternatively I came across this page...
https://devcentral.f5.com/wiki/iRules.ACCESS_POLICY_COMPLETED.ashx
See the example iRule. You could possible put a ACCESS::respond 200 content "" instead of the redirect.
when ACCESS_POLICY_COMPLETED {
if {[ACCESS::policy result] eq "allow" } {
ACCESS::respond 200 content "permitted" Content-Type "text/plain"
}
}
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