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.
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.