Atuh Form and Basic/Digest

Hello. I need help with form authentication and webservice authentication for the same application. I tried to use the example of the documentation as below without success, returning only Internal Server Error.

$ this-> Auth-> config (‘authenticate’, [
AuthComponent :: ALL => [‘userModel’ => ‘Members’],
‘Basic’,
Form
]);

Note: The web server does not have ssl.

Do you have output from your error logs?

Please check logs/error.log what does it say?

Did you ever figure out how to do webservice authentication? I’m facing the same problem and I can’t get anything to work. Any details you can give me will be very helpful.

Thanks!