Forum Discussion
Asif_Pasha_3042
Nimbostratus
Jan 18, 2018Irule to bypass APM logon page
Dear Experts,
Trying to bypass the apm logon page with url when specific path adds to it.
Landing page: https://xyz.com
Irule:
when HTTP_REQUEST {
if { ([HTTP::path] starts_with "/webservice")} ...
Kevin_Davies
Nacreous
Jan 18, 2018Highlight your code and use tab so it displays like this. If you want to bypass the login page, try this.
when HTTP_REQUEST {
if { ([HTTP::path] starts_with "/webservice")} {
ACCESS::disable
log local0. "APM disabled."
}
}
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