This commit is contained in:
Martin Donnelly 2017-09-11 11:50:04 +01:00
parent 6bb1bbc632
commit 5729fd3650

View File

@ -25,7 +25,7 @@ function getUrl (req, res) {
const theUrl = req.params.encoded_id;
logger.debug('Want', theUrl);
const options = URL.parse(theUrl);
options.followAllRedirects = true;
options.headers = {
'User-Agent' : 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'
};