Forum Discussion
Craig_Gibb_1781
Nimbostratus
Sep 06, 2014Migration from ISA 2006 to F5 LTM
Hi iam trying to migrate a in ISA server 2006 a simple rule, to F5 LTM 11.5.1 HF3.
The page is a login page to BMC Remedy ARS, and in the ISA server we have two link translations
servername:4400...
Andrew_Husking
Cirrus
Sep 08, 2014Not entirely sure i understand the problem, but if all you are trying to do is when client is sent to /remedyportal they need to be sent instead to /arsys/shared/login.jsp then depending on how the redirect is sent back try this in an iRule:
when HTTP_RESPONSE {
if {[string tolower [HTTP::header value Location"]] ends_with "/remedyportal"} {
HTTP::header replace Location "/arsys/shared/login.jsp"
}
}
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