skip to Main Content

Reactjs – GET request from Cloudinary Failed. Error: No 'Access-Control-Allow-Origin' header is present on the requested resource

I'm making a request to cloudinary API from a React & Vite App. I Keep getting these two errors: Acess to XMLHttpRequest at 'https://api.cloudinary.com/v1_1/sombra/image/list' from origin 'https://7aac-2806-2a0-1400-85b6-f0cb-e8b0-4880-f0ed.ngrok-free.app' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the…

VIEW QUESTION

Reactjs – CORS policy issue in React and fetch

Im trying to fetch data from external api using fetch in react typescript component and having the error: Access to fetch at 'https://api.airtable.com/{my_data_base}' from origin 'http://localhost:3000' has been blocked by CORS policy: Request header field authentication is not allowed by…

VIEW QUESTION
Back To Top
Search