Forum Discussion
cvca
Jun 19, 2015Nimbostratus
APM access policy default logout URI override based on landing URI?
Hi, we have currently an APM access policy that splits in different branches, based on the landing URI. All works fine, but when we log out, the default behavior is to redirect the client for any fur...
Stanislas_Piro2
Jan 25, 2018Cumulonimbus
Here is the code which must be edited (around line 111-117 in version 13.1.0):
"); }else{ if ($errorcode == 1) { print('%[error_message]
'); } else { include_customized_page("errormap", "errormap.inc"); print("
"); } } ?>
%[thank_message]
'); } ?>
The third if condition must be edited to replace:
"); }else{ if ($errorcode == 1) { print('%[error_message] '); } else { include_customized_page("errormap", "errormap.inc"); print(" "); } } ?> %[thank_message] '); } ?>
The new code is :
"); }else{ if ($errorcode == 1) { print('%[error_message]
'); } else { include_customized_page("errormap", "errormap.inc"); print("
"); } } ?>
%[thank_message]
'); } ?>
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