Forum Discussion
Michael_65398
Nimbostratus
Feb 18, 2013stuck on APM configuration issue, $500 for the first working solution!
so basically the scenario i am trying to accomplish is this: there is a intranet landing page (e.g. landingpage.company.com) that all user should see after loggin into APM. and depends on th...
Michael_65398
Nimbostratus
Feb 22, 2013i have stumbled upon a solution via irule:
when CLIENT_ACCEPTED {
ACCESS::restrict_irule_events disable
}
when HTTP_REQUEST {
}
if { [HTTP::uri] ends_with "vdesk/webtop.eui?webtop=/Common/Staff_Webtop&webtop_type=webtop_full" }{
HTTP::redirect [landing page url]
}
}
works well... can't believe the actual solution is this simple
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