Can you help me out? I am currently stuck on solving this problem. I created a .Net Core Rest API that is hosted in Azure. I am using that rest API using my reactjs application. Whenever I try to access it's giving me this error.
And here is my rest API startup.cs
Am I doing something wrong?
Note: the URL where my reactjs application is located is "https://clienturl.com"