fetch('https://cortex.fun', {mode: 'no-cors'}) // >> {mode: 'no-cors'} << .then(res => res.json()) .then(data => console.log(data))