Password containing #
maxxer
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
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
0
Comments
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
SmugMug API Developer
My Photos
that seemed to be the problem!
thanks!!
maxxer