gpt4 book ai didi

Angular 4.3 XSRF HttpClientModule

转载 作者:太空狗 更新时间:2023-10-29 18:05:15 25 4
gpt4 key购买 nike

我正在我的 Angular 项目中实现 CSRF 保护。我已经升级到 4.3,并且根据 HttpClientModule 文档:

https://angular.io/guide/http#security-xsrf-protection

我必须实现,

 HttpClientXsrfModule.withConfig({
cookieName: 'My-Xsrf-Cookie',
headerName: 'My-Xsrf-Header',
}),

我已经这样做了,但是编译器提示:

类型“typeof HttpClientXsrfModule”上不存在属性“withConfig”。

最佳答案

这是文档中的输入问题。

您需要改用“withOptions”。

HttpClientXsrfModule.withOptions({
cookieName: 'My-Xsrf-Cookie',
headerName: 'My-Xsrf-Header',
})

关于Angular 4.3 XSRF HttpClientModule,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45329704/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com