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
.
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
.