Session.allowNTLMCredentialsForDomains method
Session › allowNTLMCredentialsForDomains
Unofficial
Dynamically sets whether to always send credentials for HTTP NTLM or Negotiate authentication.Signature:
allowNTLMCredentialsForDomains(domains: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| domains | string | A comma-separated list of servers for which integrated authentication is enabled. |
Returns: void