cancel
Showing results for 
Search instead for 
Did you mean: 

Authentication Tickets...?

stevescott
Champ in-the-making
Champ in-the-making
I can get tickets all day long, but I cant seem to get a successful validation of the ticket, I keep getting Unathorized

Whats the syntax I should be using?

Heres what my request looks like in the response object…
HttpRequestMessage(GET http://myserverSmiley Tongueort/alfresco/service/api/login/ticket/TICKET_46579ab3b9f5633901670eef4959217a117beee5)
2 REPLIES 2

stevescott
Champ in-the-making
Champ in-the-making
Googled it for a LONG time, and found something here which seems to work

/alfresco/service/api/login/ticket/" + _currentTicket + "?alf_ticket=" + _currentTicket

So do I need to pass the ticket # on every rest request?  Is that how its supposed to work? Smiley Happy

mrogers
Star Contributor
Star Contributor
Yes.