HttpClientXsrfModulelink
An NgModule that adds XSRF protection support to outgoing requests.
一个NgModule,用于给外发请求添加 XSRF 保护。
说明
For a server that supports a cookie-based XSRF protection system, use directly to configure XSRF protection with the correct cookie and header names.
对于支持基于 Cookie 的 XSRF 保护系统的服务器来说,只要配置上正确的 Cookie 名和请求头的名字,就可以自动获得 XSRF 保护。
If no names are supplied, the default cookie name is XSRF-TOKEN
and the default header name is X-XSRF-TOKEN
.
如果没有提供名字,则默认的 Cookie 名是 XSRF-TOKEN
,默认的请求头名字是 X-XSRF-TOKEN
。
静态方法
Disable the default XSRF protection. 禁用默认的 XSRF 保护。 |
参数没有参数。 返回值 |
Configure XSRF protection. 配置 XSRF 保护。 |
参数返回值 |