Forum Discussion
Muthu_108845
Nimbostratus
Aug 12, 2015URL string redirection irule needed
_https://xxx.xxx.com/eysso/sso_login.aspx?DeepLinkKey=66091484-1e26-46ba-8574-b2d659de9c6f
to this:
_https://xxx.xxx.com/eygsso/sso_login.aspx?DeepLinkKey=66091484-1e26-46ba-8574-b2d659de9c6f
An...
VernonWells
Employee
Aug 12, 2015Yes. This is untested, but should at least get you moving in the right direction:
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] eq "xxx.xxx.com" and [HTTP::path] starts_with "/eysso" and [HTTP::query] contains "DeepLinkKey" } {
HTTP::redirect "https://[HTTP::host]/eygsso/[string range [HTTP::uri] 7 end]"
}
}
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