Hi Erwin, The plus sign is actually a reserved character, per [1]. You need to encode it as "%2B". The canonical spec on url encoding is [2].
Cheers, -- Kyle [1] - http://en.wikipedia.org/wiki/Percent-encoding [2] - http://www.ietf.org/rfc/rfc3986.txt On 3/28/07, Erwan <[EMAIL PROTECTED]> wrote: > > > Hello, > > I'm using ClientLogin to publish a blog post to Blogger. But when I'm > trying to authenticate, when the user's password has a special > character (a "+" in my case) the login is rejected with a > BadAuthentication. Login works well from the web interface, but not > from ClientLogin. > http://code.google.com/apis/accounts/AuthForInstalledApps.html > > As far as I know the + sign is to be used "as it" in URLs, when url- > encoded it stays +. Should I replace the + by some other character to > have it recognized by ClientLogin? > > > Erwan > Flock > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Data API" 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/google-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
