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

Issue for create signing request for query pram #2

Closed DeepSinha123 closed 5 years ago

DeepSinha123 commented 6 years ago

I have a problem while requesting "https://example.com/users/{userId}/charities/findByCharityName?offset=20&searchTerm=red wing"

it's responding me as "The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details."

even I am converting searchTerm to Uri.EscapeDataString(searchTerm).

Can you please help me to resolve this issue.

Thank You....

tsibelman commented 6 years ago

I sean this happened when you modify request after it was signed. For example, if some header added after the signing.