I am using React on the front-end and I\'m calling API from another domain which I don\'t own. My axios request:
axios(requestURL, { method: \'GET\',
You should allow CORS from back-end for making requests.