PhixFlow Help

HTTP Header

Use the HTTP properties tab to define a HTTP header for a HTTP collector or HTTP exporter.

This property tab is not available from the repository browser. It opens from:

The toolbar has the standard iconsFor information about the sections Parent Details, Analysis Models, Description and Audit Summary, see Common Properties.  For information about other property tabs, see Property Tabs.

Basic Settings

FieldDescription
Name

Enter the name of the HTTP header Item. You must not include a colon after the name. For example:

Content-Type
Value

Enter the value of the HTTP header Item. For example:

text/xml; charset=UTF-8

From PhixFlow 8.0.1 onwards, you can also refer to a specific attribute on a lookup pipe that connects to a HTTP collector or HTTP exporter. Include the string {pipe_name.attribute_name}, where:

  • pipe_name is the name of the pipe
  • attribute_name is the name of the attribute.

This is useful if the value you need changes. For example, a character set is defined in the attribute "lang". The actual character set varies depending on the language used on in the source HTTP. To read the character set from the pipe "in", specify:

text/xml; charset={in.lang}

Please let us know if we could improve this page feedback@phixflow.com