Angular 7 .net core 2.2 WebApi Windows Authentication CORS :Angular 7 .net核心2.2 WebApi Windows身份验证CORS
创始人
2024-10-16 17:00:40
0

要解决Angular 7 .net core 2.2 WebApi Windows Authentication CORS的问题,你可以按照以下步骤进行操作:

  1. 在Angular项目中,安装@angular/common@angular/http模块:
npm install @angular/common @angular/http
  1. 创建一个名为auth.interceptor.ts的新文件,并将以下代码复制到该文件中:
import { Injectable } from '@angular/core';
import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
import { Observable } from 'rxjs';

@Injectable()
export class AuthInterceptor implements HttpInterceptor {
  intercept(request: HttpRequest, next: HttpHandler): Observable> {
    // 将认证信息添加到请求头中
    request = request.clone({
      withCredentials: true
    });

    return next.handle(request);
  }
}
  1. 在Angular项目的app.module.ts文件中,将AuthInterceptor添加到providers数组中:
import { NgModule } from '@angular/core';
import { HTTP_INTERCEPTORS } from '@angular/common/http';
import { AuthInterceptor } from './auth.interceptor';

@NgModule({
  ...
  providers: [
    {
      provide: HTTP_INTERCEPTORS,
      useClass: AuthInterceptor,
      multi: true
    }
  ],
  ...
})
export class AppModule { }
  1. 在ASP.NET Core项目中,打开Startup.cs文件,并在ConfigureServices方法中添加以下代码:
services.AddCors(options =>
{
    options.AddPolicy("AllowAll", builder =>
    {
        builder.AllowAnyOrigin()
               .AllowAnyMethod()
               .AllowAnyHeader()
               .AllowCredentials();
    });
});

services.AddAuthentication(IISDefaults.AuthenticationScheme);

services.AddMvc();
  1. 在ASP.NET Core项目的Configure方法中,将以下代码添加到app.UseMvc之前:
app.UseCors("AllowAll");
app.UseAuthentication();

这样就完成了Angular 7 .net core 2.2 WebApi Windows Authentication CORS的设置。在进行跨域请求时,认证信息将被正确地发送到后端API。

相关内容

热门资讯

记者揭秘!德普之星辅助工具如何... 记者揭秘!德普之星辅助工具如何设置,hhpoker德州真的假的,揭秘教程(有挂软件)1、很好的工具软...
盘点一款!pokemmo手机脚... 盘点一款!pokemmo手机脚本辅助器,wepoker有辅助功能吗,解密教程(有挂辅助);建议优先通...
解密关于!wepoker辅助是... 1、解密关于!wepoker辅助是真的吗,wpk辅助器,AI教程(有挂技巧)。2、wepoker辅助...
推荐攻略!we-poker辅助... 推荐攻略!we-poker辅助,hhpoker有后台操作吗,切实教程(有挂辅助)关于hhpoker有...
每日必备!pokemmo手机版... 每日必备!pokemmo手机版透视脚本,wpk辅助器,透明教程(有挂神器);建议优先通过pokemm...
一分钟揭秘!hhpoker是正... 《一分钟揭秘!hhpoker是正规的吗,wepoker怎么挂底牌,玩家教你(有挂透明)》 hhpok...
我来教教大家!wepoker看... 我来教教大家!wepoker看底牌,约局吧德州可以透视吗,揭秘攻略(有挂透视)1、不需要AI权限,帮...
记者揭秘!epoker透视底牌... 记者揭秘!epoker透视底牌,大菠萝辅助器,2025教程(有挂方法);玩家必备必赢加哟《13670...
教程攻略!pokemmo辅助器... 1、教程攻略!pokemmo辅助器手机版下载,智星德州插件2024最新版,玩家教程(有挂技巧)2、进...
玩家交流!hhpoker必备开... 玩家交流!hhpoker必备开挂,wepoker有没有辅助,微扑克教程(有挂攻略);1分钟了解详细教...