hashlips-lab / safe-nft-metadata-provider

A safe metadata provider for your NFT collection.
MIT License
74 stars 77 forks source link

About CORS policy #33

Closed solwon closed 2 years ago

solwon commented 2 years ago

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?