I tried to request metadata from my server via Axios on React, and the response form digitalocean app is blocked because of CORS policy of the browser. I have no experience on php, so I would like to get some advice to resolve this CORS problem. How can I add additional headers on response of this app?
I tried to request metadata from my server via Axios on React, and the response form digitalocean app is blocked because of CORS policy of the browser. I have no experience on php, so I would like to get some advice to resolve this CORS problem. How can I add additional headers on response of this app?