CustomHeaderValue

The CustomHeaderName and CustomHeaderValue parameters specify custom HTTP headers to send with all requests to the web server. Specify the name of a header field using the CustomHeaderName parameter and use this parameter to specify the value.

If you specified more than one field in CustomHeaderName, specify a list of values. Both parameters must have the same number of values.

Type: String (comma-separated list)
Default:  
Required: No
Configuration Section: TaskName or FetchTasks or Default
Example:
CustomHeaderName=Cookie,Auth
CustomHeaderValue=ABCDE12345=,123456==

or

CustomHeaderName0=Cookie
CustomHeaderValue0=ABCDE12345=
CustomHeaderName1=Auth
CustomHeaderValue1=123456==

See Also: CustomHeaderName