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: |
or
|
| See Also: | HttpHeaderValues |