Forum Discussion

prdg-jason_1930's avatar
prdg-jason_1930
Icon for Nimbostratus rankNimbostratus
May 20, 2015

Insert header

Hi everyone,   I am trying to insert an http header if the http query contains a certain word. Here is what I have:   when HTTP_REQUEST { if {[string tolower [HTTP::query]] contains "admin"} {...