stefanprodan / WebApiThrottle

ASP.NET Web API rate limiter for IIS and Owin hosting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CORS

davidhendrickmb opened this issue · comments

Hi there,
When I use this library, it breaks my CORS policy, for example

var corsAttr = new EnableCorsAttribute("*", "*", "*"); config.EnableCors(corsAttr);

Is there something I can do to fix this?

Thanks,
David

I'm also interested to know how can we have CORS & Throttling enabled.