Forum Discussion
mski_151743
Nimbostratus
Apr 23, 2014URI iRule Redirect Question
Hello,
I have the below customer request. I was wondering if the below iRule would handle the request properly. If it looks good I'll try it out on Monday. If you have any suggestions, pleas...
What_Lies_Bene1
Cirrostratus
Apr 24, 2014I think mski wanted to maintain the query portion of the request too;
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] contains "points" or [string tolower [HTTP::uri]] contains "abcd") } {
HTTP::redirect "https://points.website.com/[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