Hello,
I’m trying to retriev all assigned tasks via the REST api but cannot manage to have a response with content. We are running Confluence 5.4.2.
When I click to the mailbnox icon on Confluence, I can see an Ajax call to https://…/rest/mywork/latest/task with a Json reponse containing my precious.
Quickly I started to build a client that issue the same request with Basic authentication but I receive a 200
response with no content, Content-Length: 0
; I added all the same headers as those in the Ajax call but without any success.
I tried to send a first request to obtains the JSESSIONID
cookie with success but reusing it ha sno effects, the response definitively stay empty…
How can I retrieve my tasks via the rest api in Confluence 5.4.2 ?
Thanks a lot