Forum Discussion
Muthu_108845
Nimbostratus
Sep 14, 2015irule string map request
http or https://eysso.intellinex.com/eysso/sso_login.aspx?DeepLinkKey=xxxxxxxxx)
wanted to redirect into
..into QA IX_SSO Deep Link calls:
http or https://eysso.intellinex.com/eygsso/sso...
Stanislas_Piro2
Cumulonimbus
Sep 14, 2015Hi,
try this.
when HTTP_REQUEST {
if {([HTTP::host] equals "eysso.intellinex.com") && ([HTTP::path] equals "/eysso/sso_login.aspx")} {
HTTP::redirect Location "/eygsso/sso_login.aspx[HTTP::query]"
}
}
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