Forum Discussion
MDPF52_180608
Nimbostratus
Dec 09, 2015APM URI handling with an existing session
Hi Devcentral,
I am trying to implement an access policy that basically select the branch based on the landing URI:
User go to the logon page User clicks on the reset password link (As a ...
Stanislas_Piro2
Cumulonimbus
Dec 09, 2015Sorry,
the HTTP::redirect format was wrong:
when HTTP_REQUEST {
switch [HTTP::path] {
"change_landing" {
ACCESS::session remove
set newuri [URI::query [HTTP::uri] new_uri]
if {$newuri ne "" } {HTTP::redirect $newuri} else {HTTP::redirect "/"}
return
}
default {
Default actions
}
}
}
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