DevDefined.OAuth icon indicating copy to clipboard operation
DevDefined.OAuth copied to clipboard

Plain Text signature is UrlEncoded twice

Open bittercoder opened this issue 15 years ago • 0 comments

The PlainTextSignatureImplementation does an UriUtility.UrlEncode(..) for the signature. But the UriEncode.UrlEncode(..) is also called when adding the information to the header of the request.

Logged by: http://code.google.com/u/aritmeester/

Originally logged here:

http://code.google.com/p/devdefined-tools/issues/detail?id=6

bittercoder avatar Aug 03 '10 20:08 bittercoder