Forum Discussion
MDPF52_180608
Nimbostratus
Nov 19, 2015APM Select branch based on URI
Hi DevCentral Community,
I am trying to implement the branch selection based on the URI. The user lands on the Logon page, if he clicks on the Password reset link it will be redirected to "/rese...
Stanislas_Piro2
Cumulonimbus
Nov 19, 2015Can you try this irule:
when HTTP_REQUEST {
set apmsessionid [HTTP::cookie value MRHSession]
if { ([string tolower [HTTP::path]] equals "/resetpwd") and ([ACCESS::session exists -state_inprogress $apmsessionid])}{
ACCESS::session data set session.server.landinguri "/resetpwd"
}
}
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