Defines where the data comes from
Syntax
<Source type="..." name="..." value="..."/>
Arguments
Name |
Required |
Description |
Example |
type |
Yes
|
Must be one of the allowed types:
|
type="http_header" |
name |
Yes
|
Name of the source / variable containing the data, relative to the specified type
|
name="X-OPENPTK-ATTRMAP" |
value |
No |
NOTICE: If a "value" is set, it will be used as an EQUALS CONDITION in the "assigning" of the source data to the destination.
- If a value IS set
- The value of the data, represented by the "name", will be obtained. It will be compared against the defined "value". Only if the two values match, then the data will be applied to the Destination
- If a value IS NOT set
- The value of the data, represented by the "name", will be applied to the Destination "as is"
|
value="..." |
Properties
None
|