skip to Main Content

Reactjs – CORS blocking fetch

Im trying to do a fetch request to an open API: https://www.tenderned.nl/papi/tenderned-rs-tns/v2/publicaties/298340/documenten, but when i try this, i get the following error that CORS is blocking my fetch: Ive already tried the following fixes found on the internet: Adding an…

VIEW QUESTION

“Why is there an Access-Control-Allow-Origin error in Vue.js Javascript?”

Access to XMLHttpRequest at 'https://api.ciuvo.com/api/analyze?url=http%3A%2F%2Flocalhost%3A8080%2F&version=2.1.4&tag=threesixty&uuid=8B61AA73-3715-4EE1-95DD-65ED24AFC1CC' from origin 'http://localhost:8080' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Everything was okay, but suddenly I am getting this error on my vue.js project today. Anyone knows…

VIEW QUESTION
Back To Top
Search