Posts by Bruno Silva • 11 points
1 post
-
1
votes2
answers404
viewsQ: Consuming Webapi by Angularjs
I have a POST method in Webapi, and this defined the Routeprefix of the Api, the Route of the POST method and Cors is enabled. [RoutePrefix("api/v1/crm")] [EnableCors(origins: "*", headers: "*",…