Forum Discussion
Angelo_Turetta1
Nimbostratus
Aug 18, 2017APM how to show a remote deny page
Working on a APM+LTM policy, I have a question
What if I didn't want to show the fail page if the policy ends with 'Deny'?
Let me explain: my application is visible after a successful login, but...
Stanislas_Piro2
Cumulonimbus
Aug 18, 2017Hi,
You can create a redirect ending to redirect denied user to an URL hosting the web page. this url can be /mydenypage
then, create an irule like:
when HTTP_REQUEST {
if {[HTTP::path] equals /mydenypage} {
ACCESS::disable
pool mydenypool
}
}
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