Forum Discussion

1 Reply

  • nathe's avatar
    nathe
    Icon for Cirrocumulus rankCirrocumulus

    This may help (note I haven't validated this):

    when HTTP_REQUEST { 
       if { [string tolower [HTTP::host]] != "www.test.com" }  {  
           reject 
         } 
     }

    N