It there any way of getting the last called ?
this.noodle.query({"url": "http://t.co/aefEw3HVnC",
"type": "html",
"selector": "title"
}).then(function (response) {console.log(response);});
In fullfilled function, I need the http://petitchevalroux.net/index.html url
Here are the redirections :
http://t.co/aefEw3HVnC => http://petitchevalroux.net/ => http://petitchevalroux.net/index.html
It there any way of getting the last called ?
In fullfilled function, I need the http://petitchevalroux.net/index.html url
Here are the redirections :
http://t.co/aefEw3HVnC => http://petitchevalroux.net/ => http://petitchevalroux.net/index.html