Forum Discussion
Kevhed
Nimbostratus
Jan 06, 2017Bypass APM login page for internal users
Hi group.
I have one virtual server/website that will be accessed by both external and internal users. This virtual server has an APM profile associated with it that is presenting a login pa...
Stanislas_Piro2
Cumulonimbus
Jan 08, 2017Hi,
you can use this irule:
when HTTP_REQUEST {
if { [IP::addr [IP::client_addr]/8 equals 10.0.0.0] or [IP::addr [IP::client_addr]/16 equals 192.168.0.0] or [IP::addr [IP::client_addr]/12 equals 172.16.0.0] } {
ACCESS::disable
}
}
if you use a empty box in VPE, it will :
- create a Access session URI is stored in landinguri
- redirect user to /my.policy
- execute VPE with empty box
- allow user session
- redirect user to the the landinguri previously stored
with this irule, APM will be ignored and the request will go through the virtual server to the pool member without any redirect.
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