Hi,
Anybody managed to make multi-line request headers works in http task?
It seems only the first line is being sent to targeted HTTP server
<flowable:field name=“requestHeaders”>
<flowable:expression>
<![CDATA[Authorization: Basic hidden==
Accept: application/json
Cache-Control: no-cache
Accept-Encoding: gzip,deflate
Content-Type: application/json
]]>
</flowable:expression>
</flowable:field>
Thanks,
Bahari