Forum Discussion

Re: Portion of iRule not being processed

Your switch statement that isn't working is trying to match on three strings containing uppercase letters (TID=, FID=, and C=). You are first converting the match string to lower case though ([string tolower [HTTP::query]])

 

Change your match strings to tid=, fid=, and c= and it should work.

 

No RepliesBe the first to reply