Upload file between API's Node.Js

0

Hello,

I have an API on nodejs, and I need to send a file to another API. Does anyone know how I can forward the request?

I'm using https.request ( link ) to make the second request, and I get the file in req.files.file .

    
asked by anonymous 27.12.2018 / 14:00

0 answers