1
Hello,
I have an API in nodejs, and I need to send a file to another API. Does anyone know how to forward the request?
I’m using the https.request
(https://nodejs.org/api/https.html) to make the second request, and I receive the req.files.file
.