RE: How to access request's raw_header: HTTP hdr sent by bro

Check out the request.env collection, this should have all you need,
e.g.

Accept-Encoding header: request.env[‘HTTP_ACCEPT_ENCODING’]

Tom F. wrote:

Check out the request.env collection, this should have all you need,
e.g.

Accept-Encoding header: request.env[‘HTTP_ACCEPT_ENCODING’]

That’s the problem, this is NOT RAW. And I need to have the complete
collection of things (and yes, sometime ugly things) sent in the raw
headers.

Thanks