Task - Set Request Attribute

This task updates a request attribute with a value.

Set Request Attribute

Description

Contains a description of the task, enter the reason for its existence here.

JSON key: description
Default value: Blank

Input

Enter the input to encode or decode here - see Scripts and Macros for details on how to specify macro content.

JSON key: input
Default value: None

Request attribute name

Name of request attribute to store encoded/decoded value within. This request attribute is stored within the context for the currently executing request.

JSON key: target.attribute.name
Default: None

JSON Configuration

Below is a set of example configuration.

{
  "input": "%{compreq.response.headers}",
  "target.attribute.name": "headers",
  "description": "Put headers into request attribute",
  "class": "io.ceptor.pipeline.tasks.SetRequestAttributeTask"
}

© Ceptor ApS. All Rights Reserved.