Skip to content

Instantly share code, notes, and snippets.

@hokaccha
Created April 24, 2014 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hokaccha/11239876 to your computer and use it in GitHub Desktop.
Save hokaccha/11239876 to your computer and use it in GitHub Desktop.
var request = require('request');
var targetUrl = 'https://www.aeonnetshop.com/shop/goods/goods.aspx?goods=010500000050104901111122871';
request.get({ url: targetUrl, jar: true }, function(err, res, body) {
console.log(body);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment