HttpClient.UseWindowsAuthentication(Text, Text [, Text]) Method

Version: Available or changed with runtime version 3.0.

Sets the HttpClient credentials to use the specified network credentials for Windows authentication. If this method is invoked after any HTTP request has started; a runtime error occurs.

Note

This method is supported only in Business Central on-premises.

Syntax

[Result := ]  HttpClient.UseWindowsAuthentication(UserName: Text, Password: Text [, Domain: Text])

Parameters

HttpClient
 Type: HttpClient
An instance of the HttpClient data type.

UserName
 Type: Text
The Windows user name.

Password
 Type: Text
The password.

[Optional] Domain
 Type: Text
The user's domain.

Return Value

[Optional] Result
 Type: Boolean
true if the operation was successful; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

HttpClient Data Type
Get Started with AL
Developing Extensions