Hi. I have a POST request, which works PERFECTLY WELL with cURL and Node.js (fetch, axios…). Following the API provider doc., my headers are set as follows (Node.js/fetch):
headers: {Authorization: "Bearer " + process.env.my_API_key, ‘Content-Type’: ‘application/json’}
I try to simply reproduce this in Camunda 8 self-managed:
Of course, ‘my_API_key’ process var. is set to the good value (string). I also try without success the Camunda “Authentification” field with “Type” set to “Bearer token” and “API key”, trying some combination(s) of value(s).
The Camunda error message is poor just saying that the request fails… Any idea? For for any help…
