[HTTP Task] Multi-line request headers is not working

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

Sorry, its a false alarm :slight_smile:
its working perfectly…

1 Like

Thanks for clearing it out @bahari.ilmy :slight_smile: