I train myslef with NodeJS and tried a simple GET call. Here is my code:
var http = require(\'http\'); var options = { host: \'www.boardgamegeek.com\',
if you have URL like :
URL: 'localhost:3030/integration',
The URL above cause some issues because HTTP does not exist at the beginning of URL so Just change it to it should work.
URL: 'http://localhost:3030/integration',