HttpHeaderFields

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

To set more than one custom header, specify a comma-separated list of field names or use numbered parameters.

Type: String (comma-separated list)
Default:  
Required: No
Configuration Section: TaskName or FetchTasks
Example:

HttpHeaderFields=X-My-Custom-Header
HttpHeaderValues=12345

or

HttpHeaderFields0=X-My-Custom-Header
HttpHeaderValues0=12345

See Also: HttpHeaderValues