Forum Discussion

Cody_Conklin_17's avatar
Cody_Conklin_17
Icon for Nimbostratus rankNimbostratus
Aug 11, 2005

iRule variable match is case sensitive

I have an iRule that behaves normally:     if (http_uri starts_with "/authentication") {   use pool IIS_Pool_80   }   else if (http_uri starts_with "/certapp") {   use pool IIS...