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怎么破解游戏(WePoKerplus)切实真的是有辅助脚本(哔哩哔哩)透视要...
透视举措!hhpoker辅助器... 透视举措!hhpoker辅助器视频(WePoKer永久)都是是真的有辅助插件(哔哩哔哩)1、完成hh...
透视窍要!wpk作必弊是真的吗... 透视窍要!wpk作必弊是真的吗(WePoKer用挂)一直真的是有辅助方法(哔哩哔哩)wpk作必弊是真...
透视绝活!约局吧是否有挂(透视... 透视绝活!约局吧是否有挂(透视)cloudpoker怎么开挂(辅助)好像一直总是有脚本(哔哩哔哩)1...
透视练习!wpk透视插件(We... 透视练习!wpk透视插件(WePoKer增加)竟然真的是有辅助技巧(哔哩哔哩)1、wpk透视插件透视...
透视方案!werplan外开挂... 透视方案!werplan外开挂(透视)约局吧德州真的有透视挂吗(辅助)切实真的是有工具(哔哩哔哩)小...
透视积累!智星菠萝可以辅助吗(... 透视积累!智星菠萝可以辅助吗(透视)拱趴游戏破解器(辅助)其实是真的有app(哔哩哔哩)1、首先打开...
透视模板!德普之星辅助工具如何... 透视模板!德普之星辅助工具如何设置(德普之星开辅助)总是是真的有辅助方法(哔哩哔哩)1、德普之星辅助...
透视教程书!sohoo辅助(透... 透视教程书!sohoo辅助(透视)pokemmo手机版脚本(辅助)果然存在有工具(哔哩哔哩)1、实时...
透视步骤!pokermaste... 透视步骤!pokermaster修改器(透视)aa poker辅助包(辅助)其实一直都是有神器(哔哩...