W3cubDocs

/Angular

withXsrfConfiguration

Customizes the XSRF protection for the configuration of the current HttpClient instance.

API

function withXsrfConfiguration({
  cookieName,
  headerName,
}: {
  cookieName?: string | undefined;
  headerName?: string | undefined;
}): HttpFeature<HttpFeatureKind.CustomXsrfConfiguration>;

Description

Customizes the XSRF protection for the configuration of the current HttpClient instance.

This feature is incompatible with the withNoXsrfProtection feature.

Super-powered by Google ©2010–2025.
Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
https://angular.dev/api/common/http/withXsrfConfiguration