Forum Discussion
Ian_38374
Nimbostratus
Mar 04, 2012APM Logout iRule
I get an error when trying to put in a Logout URI of "/?cmd=logout" that says "Configuration error: Configured URI (/?cmd=logout) is not allowed to contain query parameter". Support gave me the foll...
hoolio
Cirrostratus
Mar 04, 2012Hi Ian,
Can you try this:
when ACCESS_ACL_ALLOWED {
if { [HTTP::uri] equals "/?cmd=logout" } {
ACCESS::session remove
HTTP::redirect "https://[HTTP::host]"
}
}
Aaron
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