Forum Discussion
sergio_baza_alo
Jan 09, 2018Altocumulus
Detect 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
Jan 09, 2018Cumulonimbus
Hello 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
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