Skip to content

Instantly share code, notes, and snippets.

@michelbl
michelbl / https_requests.js
Last active April 13, 2025 04:54
Making HTTPS requests with nodejs
/*
Several ways to make a HTTPS request using nodejs.
Going from the most simple ways to the most complicated ones.
See https://gist.github.com/mtigas/952344 to setup a test env
/*
/*