CustomHeaderName

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 this parameter and use CustomHeaderValue to specify the value.

To set more than one field, specify a comma-separated list of field names.

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: CustomHeaderValue