I have a basic ASP.NET MVC 3 app. I have a basic action that looks like the following:
[AcceptVerbs(HttpVerbs.Post)] public ActionResult AddItem(string id, s
Response.AppendHeader("Access-Control-Allow-Origin", "*");