Forum Discussion
pascal_raemy
Nimbostratus
Apr 28, 2017Forward POST when APM Session closed
I am using APM to authenticate users when connect to Web Server. On the Web Server, when i click on the Logout, a POST request is generated and sent to the server.
To Logout the APM Session, i am lo...
Stanislas_Piro2
Cumulonimbus
Apr 28, 2017Hi,
you can try this irule:
when CLIENT_ACCEPTED {
set disconnect 0
}
when ACCESS_ACL_ALLOWED {
if { [HTTP::uri] equals "/jazz/logout/ } {
set disconnect 1
}
}
when HTTP_RESPONSE {
if {$disconnect} {
HTTP::respond 302 noserver Location "/vdesk/hangup.php3" Connection Close
}
}
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