Capturing Response Headers

You may have the need to capture headers from a response. This allows linking within Wire Sheet logic, perhaps to use as a header value on another client request.
Prerequisites: Your station as an HttpClient.
  1. Expand HttpClient, right-click Headers and click Actions > Add
    The Add window opens.
    Image
  2. Start typing the name of the header in Slot Name.
    Auto-complete may help here.
  3. Right-click HttpClient and click Actions > Send.
    The driver captures the value from the response.
    Image
  4. Switch Capture All to true and send again.
    The driver creates and updates slots for all received headers.
    Image

    If Concat Duplicates is true, and a response contains two headers with the same name, the driver concatenates the values as a csv string.