aseemk / node-jsonreq

JSON requests made easy, for Node.js.

Home Page:https://github.com/aseemk/node-jsonreq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support HTTPS

gasi opened this issue · comments

To support HTTPS you need to parse the URL and set the correct port, see:
https://github.com/mikeal/request/blob/master/main.js#L116

Thanks for the catch and pointer!