Forum Discussion
sergio_baza_alo
Altocumulus
Jan 09, 2018Detect the "/vdesk/hangup.php3" uri SharePoint
Hello,
I have a SharePoint application behind a F5 APM. All works more or less right but there are a lot of people who has problems when they try to login. Instead of the form with username/pas...
youssef1
Cumulonimbus
Jan 09, 2018Hello Sergio,
you can use this following irule:
when CLIENT_ACCEPTED {
ACCESS::restrict_irule_events disable
}
when HTTP_REQUEST {
if { [HTTP::uri] equals "/vdesk/hangup.php3" } {
ACCESS::session remove
HTTP::redirect "/"
}
}
let me now what is the behaviour. I am sorry I can't test it now...
Regards
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
