HttpHeaderValues

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

If you specified more than one header in HttpHeaderFields, 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
Example:

HttpHeaderFields=X-My-Custom-Header

HttpHeaderValues=12345

or

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

See Also: HttpHeaderFields