Forum Discussion
Muthu_63814
Sep 22, 2015Nimbostratus
iRule for Redirect URI based on string
Hello ,
I want to redirect URI based on the URI string as mentioned below .
Can someone please help me to write the irule for below requirements
Not Transformed:
ORIGINAL URL: This wi...
Stanislas_Piro2
Sep 22, 2015Cumulonimbus
Hi,
the - character is not the good filter...
replace the policy by:
ltm policy Pol_eysso {
controls { forwarding }
requires { http }
rules {
DeepLinkKey {
actions {
0 {
http-uri
replace
path /eygsso/sso_login.aspx
}
}
conditions {
0 {
http-uri
path
values { /eysso/sso_login.aspx }
}
1 {
http-uri
query-parameter
name DeepLinkKey
contains
values { 0 1 2 3 4 5 6 7 8 9 }
}
}
ordinal 1
}
}
strategy first-match
}
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