CoinTiger / api-docs-en

8 stars 1 forks source link

Blocked by CORS #9

Open ombayoeco11 opened 1 year ago

ombayoeco11 commented 1 year ago

i'm using AXIOS to fetch the data from REST API. if set manually on the browser, it gave me the detail.json. When i fetch it using axios from CRA, it blocked by CORS. I found that using REST API needs to use headers, so i tried fetch it with headers like the example, it still blocked by CORS.