Forum Discussion
Osama_Ibrahim_M
Nimbostratus
Jul 02, 2017Changing F5Auth.Page to Main Application Page
Dear All,
Need your kind advice and support for below scenario.
recently I configured one application in our APM module for accessing from external network, accessing configured successfull...
Yann_Desmarest
Cirrus
Aug 17, 2017Hi,
If I understand correctly, you mean disable APM for "/" but enable APM then ?
You can write an irule like this :
when HTTP_REQUEST {
if { [HTTP::path] eq "/" } {
ACCESS::disable
} else {
ACCESS::enable
}
}
Did you configured a webtop with portal access or a simple Access profile for Web Access Management ? This part is not clear to me. Especially, the fact that you need to click an icon to launch the main application page.
Yann
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