Hello,
I am trying to start a process from the api. From reading through the internet I found out, that HttpOnly-Cookies can not be accessed withing javascript.
I got the Bonita Tomcat bundle running. I am trying to call from my Vue.js application.
So how am I able to get the Cookies to authenticate for posting to the Bonita API to eg start a Case? So far, whenever using post I get a 401 Unauthorized error.