Option to disable sending the Chunked request from camunda http connector

Hi

Is there any option to disable sending the chunked format request from camunda http-connectors, because the python(flask server) is not able to parse the chunked data.

Hi,

please stop reposting your question. You already posted this question in

and

There is no such option in Camunda Connect. You could either try to write a custom connector which handles this special case. Or just write a Java Delegate which will do the HTTP request for you.

Cheers,
Sebastian