Making post requests with 'request' module in node.js ⚓
22 Feb 2012Was stuck at this for quite some time:
This will make a post request to http://example.com/test
with the querystring parameters in postData. Meaning if you are using PHP, you can see the variables in $_POST
instead of parsing request body.
References:
Published on February 22, 2012
By Nemo