Jeff_41411
May 09, 2012Altocumulus
uri replacement
Hi - I have a situation where we are being asked to strip some characters out of the URI, and pass that along to the back end servers./v..//
I would like to do this with an iRule at this point, and we do not want to do a redirect.
I need to look for the following pattern in the URI:
if the pattern is found, strip it out. (the number of digits in the pattern will always remain the same)
I've read about using regular expressions - and I've read that those are not really recommended due to the CPU overhead. I'm thinking something like the string match function would work.
I'm sure there are lots of ways to do this - seems pretty simple, but I'm wondering what the collective wisdom will come up with as the most efficient way to do this.
Thanks in advance for any examples/recommendations.
Jeff