Forum Discussion
JP_135500
Nimbostratus
Jul 08, 2014What do I do when a user bookmarks the F5 APM external logon page instead of the actual URL?
We are getting ready to launch our first LTM+APM and an odd issue was identified in our pilot. In our current setup, with ISA 2006, users bookmark the logon page instead of the actual URL they're try...
Kevin_Stewart
Employee
Jul 09, 2014You can do something like this:
when CLIENT_ACCEPTED {
ACCESS::restrict_irule_events disable
}
when HTTP_REQUEST {
if { ( [HTTP::uri] equals "/my.policy" ) and not ( [HTTP::cookie exists MRHSession] ) } {
HTTP::redirect "http://[HTTP::host]/"
}
}
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