How to overcome the CORS issue in ReactJS

后端 未结 7 1858
失恋的感觉
失恋的感觉 2020-11-28 06:30

I am trying to make an API call through Axios in my React Application.However, Iam getting this CORS issue on my browser. I am wondering if i can resolve this issue from a c

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 06:58

    Temporary solve this issue by a chrome plugin called CORS. Btw backend server have to send proper header to front end requests.

提交回复
热议问题