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

Andrea_Arquint's avatar
Andrea_Arquint
Icon for Nimbostratus rankNimbostratus
Jun 17, 2013

using variable in a switch statement

Hi, I would like to test a URI which is defined as a variable ($TEST_VAR): when HTTP_REQUEST { set TEST_VAR "item" switch -glob [string tolower [HTTP::path]] { "/$TEST_VAR/*" {...