Password containing #

maxxermaxxer Registered Users Posts: 2 Beginner grinner
Hi.

I'm a contributor of F-Spot, a linux app which can upload to SmugMug.

An user found a bug in the application, which won't authenticate if the password contains an # character.

Do you know how that character should be escaped?

Thanks
maxxer

Comments

  • devbobodevbobo Registered Users, Retired Mod Posts: 4,339 SmugMug Employee
    edited May 28, 2009
    Hey maxxer,

    Not sure what app type F-Spot is using, but if you guys are using REST, JSON or PHP...all your strings need to be url encoded prior to sending.

    Cheers,

    David
    David Parry
    SmugMug API Developer
    My Photos
  • maxxermaxxer Registered Users Posts: 2 Beginner grinner
    edited June 3, 2009
    devbobo wrote:
    Hey maxxer,

    Not sure what app type F-Spot is using, but if you guys are using REST, JSON or PHP...all your strings need to be url encoded prior to sending.

    that seemed to be the problem!
    thanks!!
    maxxer
Sign In or Register to comment.