XboxLeaders / XboxLiveAPI

[DEPRECATED] Please visit https://xboxapi.com for API services.
http://www.xboxleaders.com
MIT License
117 stars 26 forks source link

Won't authenticate with passwords with special characters. #57

Closed palesius closed 10 years ago

palesius commented 10 years ago

I was unable to get it to authenticate properly when the scraper account included a special character (specifically a single quote ' ). I tried changed the base.class.php to urlencode the password.

I also noted that the email address wasn't fully urlencoded. Only the @ was encoded. This should probably be url encoded as there are valid email address characters that aren't valid URL characters.