Skip to content

Session.allowNTLMCredentialsForDomains method

Session › allowNTLMCredentialsForDomains

Unofficial

Dynamically sets whether to always send credentials for HTTP NTLM or Negotiate authentication.

Signature:

allowNTLMCredentialsForDomains(domains: string): void

Parameters:

Parameter Type Description
domains string A comma-separated list of servers for which integrated authentication is enabled.

Returns: void