WebApiThrottle
WebApiThrottle copied to clipboard
CORS
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.