Hi,
parse: If you are subscribed to this post (and therefore see this message), do you mind letting us know how you overcame your issue? Do you have code you can share? If you haven't looked into it further, I believe one problem is that you md5 encoded your password, yet choose the basic authentication. Only digest is md5 encoded, not basic. I copied your code and put admin2:xcstorm:admin2 in the password file and it seemed to allow me to login. Having said that, as you noticed I'm repeatedly asked for the username and password if I enter incorrect values, therefore I haven't yet figured out how to display an error message instead. Let me know if you figured this out.
As for techi's comment, I haven't found much help either. If anyone knows of some good examples, please post the URLs.
|