“blocked by CORS policy” error with https://streamlabs.com/api/v1.0 endpoint
问题 I want to send a test donation from my fronted web app. For this i use: STREAMLABS API docs. Vue v2.5.17 component with template: <template> <layout> <h1>Dashboard</h1> <p><label for="donationSum">Sum</label></p> <p><input type="number" id="donationSum" v-model="amount"></p> <button @click="makeDonation">DONATE</button> </layout> </template> 'makeDonation' is mapped action from Vuex: makeDonation ({ getters }) { const url = 'https://streamlabs.com/api/v1.0/donations' const postData = JSON