Post of the Week: HTTP Redirect using Datagroups
In this "Post of the Week" video, we discuss HTTP redirects and how to use datagroups and iRules to do these redirects. If you have lots of URLs to redirect, then you might want to consider using so...
Published Sep 30, 2017
Version 1.0ltwagnon
Ret. Employee
Joined May 15, 2019
ltwagnon
Ret. Employee
Joined May 15, 2019
Stanislas_Piro2
Cumulonimbus
Dec 14, 2017REddy : some curly brackets are missing
you can use this code
if {[set [matchclass -value [HTTP::uri] equals REWRITE]] ne ""} {
HTTP::uri $uri
pool MY_Pool
}