asp.net webform 允许跨域
摘要:
void Application_BeginRequest(object sender, EventArgs e) { // 允许跨域请求的域名列表,可以根据需求进行修改 string[] allowedOrigins = new string[] { "http://example1.com", 阅读全文
posted @ 2023-04-11 20:47 空明流光 阅读(333) 评论(0) 推荐(0)
浙公网安备 33010602011771号