Home > Blockchain >  Can NodeJS HTTPS module make both http and https requests through it's get method?
Can NodeJS HTTPS module make both http and https requests through it's get method?

Time:09-26

Am I correct in assuming it can because it is built on top of the HTTP module?

CodePudding user response:

Https cannot make http calls. :(

  • Related