Forum Discussion
Clint_Byrum_103
Nimbostratus
Mar 16, 2006Simple HTTP::uri rule doesn't work as expected
I'm very new to iRules, just got our LTM recently.
I setup a rule like this:
when HTTP_REQUEST {
if {[string tolower [HTTP::uri]] starts_with "/jsfeatured.php"} {
pool...
Clint_Byrum_103
Nimbostratus
Mar 16, 2006Thats perfect! Thanks!