I Just tried the below code for get response for this URL - https://www.data.ai/account/login/?_ref=header
but it didn't gets success and not return any results(code went to standby for more hours). Whether the problem is with URL or my code?
var rp = require('request-promise');
rp.get('https://www.data.ai/account/login/?_ref=header',{ resolveWithFullResponse: true });
if i tried some other url such as google.com then it gets results.