I hope a simple question
npm install httpworks fine, and I can connect through port 80 to third-party services.
npm install https, on the contrary, is not fixed in the recognized packet
Although I see a link to the https package here:
HTTP GET request in Node.js Express
What is the counterpart httpsto the package httpin Node.js / Express?
source
share