PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

In PhixFlow version 8.3.4 and later, HTTP collectors and HTTP exporters no longer remove newline characters from HTTP data. If you want to do this, 

for each stream attribute, add the Expression

 replaceAll(in.value, "[\r\n]", "")

  • for a HTTP collector, add the expression to the following stream's Attribute Expression
  • for an HTTP exporter add

  • No labels