0 Replies Latest reply on Mar 18, 2014 5:16 AM by marcj

    REST authentication

    marcj

      Hi guys,

      I'm currently exploring REST capabilities of jBPM and already tried several GET and PUT commands. Yet, I didn't succeed in passing username and password when starting a task via REST. It only works if an appropriate user is logged in KIE WB. So when looking at the HR example, jack needs to be logged in in order to claim the Tech interview task with this command:

       

      http://localhost:8080/jbpm-console/rest/task/177/start

       

      How can I pass authentication information with the URL? I didn't find it in the userguide...