Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.98 KB

httpclient-usewindowsauthentication-secrettext-secrettext-secrettext-method.md

File metadata and controls

53 lines (43 loc) · 1.98 KB
title description ms.author ms.date ms.topic author ms.reviewer
HttpClient.UseWindowsAuthentication(SecretText, SecretText [, SecretText]) Method
Sets the HttpClient credentials to use the specified network credentials for Windows authentication.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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

Version: Available or changed with runtime version 12.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: SecretText, Password: SecretText [, Domain: SecretText])

Parameters

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

UserName
 Type: SecretText
The Windows user name.

Password
 Type: SecretText
The password.

[Optional] Domain
 Type: SecretText
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
Getting Started with AL
Developing Extensions