在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
在Global.aspx文件里添加 protected void Application_BeginRequest() { if (HttpContext.Current.Request.HttpMethod == "OPTIONS") { HttpContext.Current.Response.AddHeader("Access-Control-Allow-Origin", Request.Headers["Origin"]); HttpContext.Current.Response.StatusCode = 204; } } 此方法不需要Response.End(),要不然无法进行下面的请求 |
请发表评论