标签:跨域 build har csharp service class header sha with
1.添加中间件
在ConfigureServices中添加
//跨域中间件服务 services.AddCors();
//跨域配置 app.UseCors(builder => builder.WithOrigins("http://example.com").AllowAnyHeader());
标签:跨域 build har csharp service class header sha with
原文地址:https://www.cnblogs.com/xuqp/p/9996687.html