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数组中,以便在应用程序中使用。

相关内容

热门资讯

关于透视!wepokerplu... 关于透视!wepokerplus透视脚本免费,wepoker轻量版透视系统,一贯一直总是有辅助技巧(...
详细透视!hhpoker是正规... 详细透视!hhpoker是正规的吗,hhpoker万能辅助器,都是一直总是有辅助工具(哔哩哔哩)1、...
科普透视!德普之星辅助器怎么用... 科普透视!德普之星辅助器怎么用,德普之星透视辅助软件下载,好像真的有辅助工具(哔哩哔哩)1、上手简单...
教你透视!wepoker的辅助... 您好,这款游戏可以开挂的,确实是有挂的,需要了解加去威信【485275054】很多玩家在这款游戏中打...
推荐透视!aapoker透视脚... 推荐透视!aapoker透视脚本入口,aapoker插件下载,本来一直都是有辅助工具(哔哩哔哩)1、...
推荐透视!wpk辅助是什么,w... 推荐透视!wpk辅助是什么,wpk透视辅助下载,切实真的有辅助神器(哔哩哔哩)一、游戏安装教程牌型概...
推荐透视!aapoker辅助怎... 推荐透视!aapoker辅助怎么用,aapoker如何设置胜率,切实是真的有辅助脚本(哔哩哔哩)1、...
普及透视!wepoker手机版... 普及透视!wepoker手机版辅助,wepoker作比弊视频,其实真的是有辅助app(哔哩哔哩)1、...
了解透视!aapoker辅助插... 了解透视!aapoker辅助插件工具,aapoker怎么控制牌,原来一直总是有辅助插件(哔哩哔哩)破...
教你透视!wepoker看底牌... 教你透视!wepoker看底牌,wepoker永久免费脚本,原来一直都是有辅助工具(哔哩哔哩)进入游...