标签:post head let get add col 处理程序 origin options
一般处理程序处理跨域
context.Response.AddHeader("Access-Control-Allow-Origin", "*");
context.Response.AddHeader("Access-Control-Allow-Methods", "GET, POST, PUT, DELETE, OPTIONS");
context.Response.AddHeader("Access-Control-Allow-Headers", "Content-Type");
标签:post head let get add col 处理程序 origin options
原文地址:https://www.cnblogs.com/mmArvin/p/11854436.html