Angular前端和JavaSpringBoot后端中被CORS策略阻止的请求?
创始人
2024-10-29 02:00:38
0

1.在Spring Boot后端的控制器类中添加@CrossOrigin注解。

如下所示:

@RestController
@CrossOrigin(origins = "http://localhost:4200")
public class MyController {
   ...
}

其中,origins参数指定了允许的源,可以是域名或IP地址。此参数是可选的,也可以设置为通配符*,表示允许来自任何源的请求。

2.在Angular前端的请求配置中添加withCredentials: true选项。

如下所示:

import { HttpClient } from '@angular/common/http';

@Injectable()
export class MyService {
    private url = 'http://localhost:8080/some-endpoint';

    constructor(private http: HttpClient) {}

    getData() {
        const options = { withCredentials: true };
        return this.http.get(this.url, options);
    }
}

这里withCredentials选项指定了是否在请求中发送凭证(如cookie)。

需要注意的是,如果在Angular前端中使用了HttpInterceptor拦截器,则可能需要在拦截器中手动添加withCredentials选项,如下所示:

import { Injectable } from '@angular/core';
import { HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http';

@Injectable()
export class MyInterceptor implements HttpInterceptor {
    intercept(req: HttpRequest, next: HttpHandler) {
        const authReq = req.clone({ withCredentials: true });
        return next.handle(authReq);
    }
}

这里拦截器使用clone()方法创建了一个新的请求,并将withCredentials选项添加到了该请求中。需要将拦截器添加到providers数组中,以便在应用程序中使用。

相关内容

热门资讯

一分钟了解!wepoker分析... 一分钟了解!wepoker分析,wepoker透视脚本网页,其实真的有挂(有挂秘籍)1、游戏颠覆性的...
交流学习经验!aapoker如... 交流学习经验!aapoker如何设置胜率,德扑之心免费透视,真是存在有挂(有挂秘诀)1、上手简单,内...
免费测试版!拱趴大菠萝自动计算... 免费测试版!拱趴大菠萝自动计算机器人,wepoker私局代打,好像真的是有挂(有挂总结)1、每一步都...
我来教大家!wepoker有辅... 我来教大家!wepoker有辅助工具吗,德州透视竞技联盟,都是真的是有挂(了解有挂)1、每一步都需要...
一分钟了解!wepoker私人... 一分钟了解!wepoker私人局透视方法,werplan怎么作弊,好像真的是有挂(有挂教学)1)辅助...
玩家科普!wepoker透视器... 玩家科普!wepoker透视器免费,安装不了wepoker,果然存在有挂(有挂方略)小薇(辅助器软件...
科技揭秘!佛手大菠萝有挂吗,w... 科技揭秘!佛手大菠萝有挂吗,wepoker破解工具,果然有挂(有挂细节)1)辅助插件:进一步探索辅助...
教程辅助!wepoker怎么提... 教程辅助!wepoker怎么提高运气,拱趴大菠萝有什么挂,都是真的是有挂(有挂技巧)脚本下载中分为三...
一分钟揭秘!we-poker正... 一分钟揭秘!we-poker正规吗,wepoker轻量版透视,一贯真的是有挂(有挂攻略)1、游戏颠覆...
重大发现!wepoker透视版... 重大发现!wepoker透视版下载,werplan脚本,真是真的有挂(有挂存在)1、打开软件启动之后...