Cors error for Delete and Put request, Post Requests work

前端 未结 0 587
渐次进展
渐次进展 2021-01-18 04:25

I have an asp.net Core 2.2 web Api and Front end using Angular 10. I enabled cors in API

 services.AddCors();

 app.UseCors(x => x
        .AllowAnyMethod(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题