From ff9ec59e2c3ecf31321cd7ee7741683e02014305 Mon Sep 17 00:00:00 2001 From: bicijinlian Date: Wed, 28 Apr 2021 12:55:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CorsClient/CorsClient/wwwroot/Index.html | 8 +-- .../Controllers/CorsController.cs | 1 + CorsServer/CorsServer.WebApi31/Program.cs | 3 +- CorsServer/CorsServer.WebApi31/Startup.cs | 71 +++++++++++++++++-- .../CorsServer.WebApi31/appsettings.json | 7 ++ 5 files changed, 78 insertions(+), 12 deletions(-) diff --git a/CorsClient/CorsClient/wwwroot/Index.html b/CorsClient/CorsClient/wwwroot/Index.html index 38401b7..4c69ef0 100644 --- a/CorsClient/CorsClient/wwwroot/Index.html +++ b/CorsClient/CorsClient/wwwroot/Index.html @@ -2,7 +2,7 @@ - iFrame Tab Demo + CORS跨域 客户端