goldberghere
May 23, 2012Nimbostratus
Persist Question - noob Q
rule Persist_Universal {
when HTTP_REQUEST {
persist uie [ findstr [HTTP::uri] "?" 8 3 ]
The issue I'm having with understanding the above is the "3".
So as I understand, if I go to the following URL
http://www.anywhere.com/test.html?boat87897AD5B
The iRule looks for the ? then skips "8" characters/digits after the ? but what function/role does the 3 play?