Forum Discussion

Jonathan_Landis's avatar
Jonathan_Landis
Icon for Nimbostratus rankNimbostratus
Feb 09, 2006

Multiple message-header fields with the same field-name

The following rule logs the "Cookie" header of http requests:     when HTTP_REQUEST {   set ch [HTTP::header "Cookie"]   if {$ch != ""} {log local0. "$ch"} else {log local0. "no cookie"...