I have a Web API where I restricted access to your methods through EnableCors , indicating the URL I want to give permission, as follows:
namespace WebService.Controllers
{
[EnableCors(origins: "http://myapp.net", headers: "*", metho...
asked by
07.07.2016 / 04:42