I have a POST method in the WebAPI, and this is the Api RoutePrefix, the Route of the POST method and Cors is enabled.
[RoutePrefix("api/v1/crm")]
[EnableCors(origins: "*", headers: "*", methods: "*")]
public class EmpresaParticipanteControlle...
asked by
13.07.2016 / 15:34