Forum Discussion

marlon_gino-gin's avatar
marlon_gino-gin
Icon for Nimbostratus rankNimbostratus
Feb 16, 2006

Rule in V4 to convert to V9

 

 

hello,

 

 

 

i would just like to ask what is the exact convertion of the irules below that to version 9

 

 

 

rule test {

 

if (exists http_header("Authorization")) {

 

use pool TEST

 

}

 

else {

 

use pool TEST1_NOT_AUTHENTICATED

 

}

 

}

 

 

 

 

thanks

2 Replies