Adrien_Legros_1
Apr 13, 2012Altostratus
Insert the ASM support ID in the headers
We want to insert the ASM support id for each request that goes through the BigIP (Good or bad). When I tried the following code, I receive errors in the LTM logs.
I'm using version 11.1 hotfix 2.
Has someone already did this ?
Thanks for your help.
Code we tried:
when HTTP_REQUEST_SEND { log local0. "\[ASM::violation_data\]: [ASM::violation_data]" clientside { Insert a header in requests with the ASM Support ID HTTP::header insert ASM-SUPPORT-ID [lindex [ASM::violation_data] 1] log local0. "ASM-SUPPORT-ID: [HTTP::header ASM-SUPPORT-ID]" } }