Hello,
I’m trying to deploy a form with Camunda REST API following the method describe here, deploy from camunda modeler to the server
It’ seems to be simple as I’m new with Camunda.
I get this error :
CSRFPreventionFilter: Token provided via HTTP Header is absent/empty.
with this command
curl --cookie-jar cookie.txt -H 'Accept:application/json' -d 'username=admin' -d 'password=xxx' http://192.168.0.xx:8080/camunda/app/cockpit
I saw a lot of explanation about this item, but I didn’t succeed nevertheless.
I’ve a basic test machine running with tomcat - MariaDB, with last Camunda version.
Thnak you very much for your help.