tsibelman / aws-signer-v4-dot-net

Sign HttpRequestMessage using AWS Signature v4 using request information and credentials.
Apache License 2.0
72 stars 27 forks source link

request.Content Headers dropped #16

Closed metalfork closed 4 years ago

metalfork commented 5 years ago

All request.Content.Headers are lost when signing a request. Specifically seeing this with Content-Type.

ronenfe commented 5 years ago

Thank you for the info, I'm fixing it.

ronenfe commented 4 years ago

In the meantime you can use version 0.77. A fixed version will be published soon.

ronenfe commented 4 years ago

Fixed, please update to latest Nuget.