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

Correct empty key value management. Escaping key only once. #34

Closed alex-piccione closed 3 years ago

alex-piccione commented 3 years ago

Patch for this issue: https://github.com/tsibelman/aws-signer-v4-dot-net/issues/33

Correct the check on QueryString empty keys (key without a value).
Escape the key only once.