Hi. I’m looking for a clear example that:
1- login to camunda using rest API
2- get tasks after login (GET localhost:8080/engine-rest/task)
Imagine that basic authetication is enabled in camunda engine (filter is uncommented in web.xml). Using postman to answer, helps me to understand it better.
No bro. I’m familiar with camunda rest APIs and using them from a-z. But I’m confused how to Login using rest APIs and after authenticatican, call further requests. I want to see this senario in postman to be clear for me. thanks.