I know how to authenticate the password/access hash in php, but I dont know how to make it throw an error if the password is wrong.. it just.. wont return results. Any idea?
I know how to authenticate the password/access hash in php, but I dont know how to make it throw an error if the password is wrong.. it just.. wont return results. Any idea?
If the login fails you may have something like login page with the form, submit button... instead of the XML content, you can search for some of the common HTML tags to find out what happens.