In my first attempts to program against Alfresco I managed to get the login working.
For the logout it takes xml instead of json by default - don't know why - anyway how exactly must the xml look like? I tried giving it just the ticket in post parameters.
I always get 403 Forbidden as the http result code.
How should this be done?
(And maybe somebody could answer why some functions want json and some xml - this is a strange mix of formats…)
For the logout it takes xml instead of json by default - don't know why - anyway how exactly must the xml look like? I tried giving it just the ticket in post parameters.
I always get 403 Forbidden as the http result code.
How should this be done?
(And maybe somebody could answer why some functions want json and some xml - this is a strange mix of formats…)
Just a DELETE to /api/login/ticket/{ticket}.