Yes, parameter values are percent encoded once in an HTTP GET URL query string, but twice in a signature base string.
http://wiki.oauth.net/TestCases has some links to software that shows how signatures are computed. On Aug 31, 11:02 am, bourds <[email protected]> wrote: > ... it looks like the token and verifier are double encoded in > the base string (so a forward slash is "%252F") and single escaped in > the GET param sent to /OAuthGetAccessToken (so a foward slash is > "%2F"). Does that seem right? -- You received this message because you are subscribed to the Google Groups "OAuth" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/oauth?hl=en.
