I have a API call code in reactjs. When I execute the code in normal reactjs project it's working fine with it. But when I am executing the same code in excel office addin taskpan, it's showing me error of cors.
In normal reactjs project it's not showing me error of cors. Why it's happening. any idea about it.