cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco.util.Ajax - authentication

matjazmuhic
Champ on-the-rise
Champ on-the-rise
So, I had a problem with my form control template where I had dropdown which did AJAX calls to share webscripts and it requested logins cause my share webscript were configured like with <authentication>user</authentication> .

But I looked at documentlibrary implementation and it's tree and all I see is Alfresco.util.Ajax calls and I haven't found any authentication mechanism behind it. How does this work?
1 REPLY 1

mikeh
Star Contributor
Star Contributor
Make sure your calls go through the proxy servlet - compare the URLs of our calls with yours using Firebug or similar.

Thanks,
Mike