Looking for information or solid example
Hi! Hope you guys are doing fine. I want to fetch data from zoho desk but I keep getting CORS issue.
Access to XMLHttpRequest at 'https://desk.zoho.eu/api/v1/tickets?orgId=xxxxxxx' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin'
I'm calling the API through react.js using axios.get(). I've also tried javascript fetch() method, same error. Looking forward for a reply