Answers for "cors anywhere https://cors-anywhere.herokuapp.com/corsdemo"

4

cors anywhere https://cors-anywhere.herokuapp.com/corsdemo

fetch('https://cortex.fun', {mode: 'no-cors'}) // >> {mode: 'no-cors'} <<
.then(res => res.json())
.then(data => console.log(data))
Posted by: Guest on January-25-2022

Browse Popular Code Answers by Language