Forum Discussion
Simon_Blakely
Feb 26, 2018Employee
HTTP::header commands are not valid in HTTP_REQUEST_RELEASE
Change the event to HTTP_REQUEST_SEND and the context to clientside
when HTTP_REQUEST_SEND {
if {[info exists supp_id]} {
clientside {
HTTP::header insert X-ASM-SUPPORT-ID "VIRUS DETECTED and support ID $supp_id"
}
}
}