I am using fetch to get information. When I do the following:
fetch(\'http://somedomain.com/something\', { redirect: \'manual\' }).then(console.log);