For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Willy's avatar
Willy
Icon for Nimbostratus rankNimbostratus
Feb 09, 2016

TCL error :Prerequisite operation not in progress (line ...

I have an iRule that looks like this :   when HTTP_REQUEST { if {[HTTP::path] eq "/"} { HTTP::uri "/newpath" pool website-pool} }   It seems to do his job, but sometimes the next error appear...