Using CORS in ASP.NET WebAPI Without Being a Rocket Scientist

If you have done any extensive work with AJAX calls, then the odds are that you have fun into an unfriendly (only for security purposes) mechanism that will have your request ground to a halt and its name is CORS (Cross Origin Resource Sharing). Most commonly this will occur when you are attempting to pull … Continue reading Using CORS in ASP.NET WebAPI Without Being a Rocket Scientist