❔ WebAPI Cors problem when calling API from Frontend
Hi, I'm having the following code while trying calling my API from Frontend:
For try to solve this I added a code in the
I show you the code of
I also tried to move the
Access to XMLHttpRequest at 'http://localhost:5222/api/Users' from origin 'http://localhost:4200' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.For try to solve this I added a code in the
Program.cs with an exception, but I'm still having the same problem and I don't know in which other way could I solve.I show you the code of
Program.csI also tried to move the
app.UseCors between app.UseRouting() and app.UseAuthorization() with no results