Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To capture HTTP response headers from the REST plugin, simply create a user defined output for each header you want to save. All response headers from the HTTP request will be returned available to be used as plugin outputs, so they can be easily accessed.

...

Next, define the plugin outputs that will store the headers in the workflow variables we just created. Open your REST plugin step in the workflow, then select the “User Output” tab. Here, specify the header name in the “Plugin Output” field, and the workflow variable you want to use in the “Workflow Variable” field. Only headers defined here will be available as plugin outputs.

...

Now you can use the workflow variables in subsequent workflow steps.