KatsunoriNakamura / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

C#: Parameters are not property URL-encoded before building the signature base. #209

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In OAuthBase.cs, starting at line 242, I believe the query parameters should be 
URL-encoded before being added. Most of them would rarely have reserved 
characters, so in most cases the code works fine, but you could have "nonce" or 
"consumer_key" parameters with such reserved characters.

Original issue reported on code.google.com by ludo...@chabant.com on 18 Aug 2011 at 11:48