I think this may be useful for the same reasons as having it in au_GetLatest.
This -Headers parameter seems to be less restrictive and you only (theoritically) can't specify User-Agent and cookie headers. When I checked it though, I could specify User-Agent without any problems (not sure how to specify cookie headers), so I'm not sure, if it even restricts those headers.
I simply added new $Headers parameter to Get-RemoteChecksum, but I can change it to $Options and specify headers under it, if needed.
I think this may be useful for the same reasons as having it in
au_GetLatest
.This
-Headers
parameter seems to be less restrictive and you only (theoritically) can't specifyUser-Agent
and cookie headers. When I checked it though, I could specifyUser-Agent
without any problems (not sure how to specify cookie headers), so I'm not sure, if it even restricts those headers.I simply added new
$Headers
parameter toGet-RemoteChecksum
, but I can change it to$Options
and specify headers under it, if needed.