cancel
Showing results for 
Search instead for 
Did you mean: 

WEBScript /myspace with autmatic login

robertoroberto
Champ in-the-making
Champ in-the-making
I want execute /myspaces WebScript with an automatic login. How can I do?

sorry for my english
1 REPLY 1

mikeh
Star Contributor
Star Contributor
Hi

You need to obtain an authentication ticket, either from a Web Service call or returned from a Web Script accessed via HTTP Basic authentication.

Then use the /alfresco/wcservice servlet to access the portlet, passing "ticket" as a parameter on the URL.

Thanks,
Mike