A proposal of a way to enable dynamic HTTP headers (deriving headers from message data) or more generally dynamic target writes (in this PR only HTTP target has become metadata aware).
Metadata becomes a message field that can be populated using a JS transformation (no Lua support at this point).
As an example of a JS transformation script that adds metadata targeting HTTP Request headers:
A proposal of a way to enable dynamic HTTP headers (deriving headers from message data) or more generally dynamic target writes (in this PR only HTTP target has become metadata aware).
Metadata becomes a message field that can be populated using a JS transformation (no Lua support at this point).
As an example of a JS transformation script that adds metadata targeting HTTP Request headers: