#Help only I am trying to download a .csv file from Server 1 and Sending it to Server 2 but Server2 receiving only empty csv file

Can someone guide why my HTTP node is sending empty CSV file to my server even though received 4006 entries from server 1

In the HTTP Request4 node, in the binary data parameter, can you try doing file:data instead of data?

Thanks. It worked for me after i added like below. Don’t know whether it is a right method but it is working fine as of today

Glad to hear this approach is working for you, many thanks for confirming!