Alex Henderson
Alex Henderson
What steps will reproduce the problem? 1. use oauth with header based authentication 2. characters at the provider side are not urldecoded What is the expected output? What do you...
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:...
What steps will reproduce the problem? 1. use the SignatureMethod.HmacSha1 method What is the expected output? What do you see instead? class DevDefined.OAuth.Framework.UriUtility static QueryParameter ParseAuthorizationHeaderKeyValuePair(string value) { if (value.IndexOf('=')...
Issue #5 from google code: What steps will reproduce the problem? 1. Do a HTTP Post with Authorization What is the expected output? What do you see instead? Signature should...