mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
append request headers instead of replacing (#37845)
This commit is contained in:
@@ -125,7 +125,7 @@ if ($headers) {
|
||||
default { $req_headers.Add($header.Name, $header.Value) }
|
||||
}
|
||||
}
|
||||
$client.Headers = $req_headers
|
||||
$client.Headers.Add($req_headers)
|
||||
}
|
||||
|
||||
if ($client_cert) {
|
||||
|
||||
Reference in New Issue
Block a user