Forum Discussion
What 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 trying to reach. While we will try to educate users, I'm wondering if it's possible to append a query string to the logon page URL so if they bookmark it, we can at least capture what page they were trying to bookmark. We use an external logon page.
If the query string idea is a bad one, what other options might I explore? Has this come up for any of you guys?
Thanks!
1 Reply
- Kevin_Stewart
Employee
You 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
* 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