Response Header Capture (httpClient-ResponseHeaderCapture)

This component captures headers from a response for the purpose of linking within Wire Sheet logic, or to use as a header value on another client request.
Figure 37.   Response Header Capture properties
Image

Drag one of these components into the station and double-click it.

Property Value Description
Capture All true or false (default) Specifies what the response does when capturing headers.

true creates or updates all received headers.

false does not create new headers but updates existing headers.

Concat Duplicates true (default)or false Configures what happens if a response contains two headers with the same name.

true combines the two headers in a response if the headers contain the same name, and concatenates their values as a CSV string.

false does not combine the headers and does not concatenate their values as a CSV string.

Actions

  • Add adds a new header.
  • Clear All clears all the headers.
  • Reset returns all header properties to their original values.