Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.57 KB

httpclient-usedefaultnetworkwindowsauthentication-method.md

File metadata and controls

40 lines (34 loc) · 1.57 KB
title description ms.author ms.date ms.tgt_pltfrm ms.topic author
HttpClient.UseDefaultNetworkWindowsAuthentication() Method
Sets the HttpClient credentials to use the default network credentials for Windows authentication.
solsen
02/26/2024
na
reference
SusanneWindfeldPedersen

HttpClient.UseDefaultNetworkWindowsAuthentication() Method

Version: Available or changed with runtime version 3.0.

Sets the HttpClient credentials to use the default 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.UseDefaultNetworkWindowsAuthentication()

Parameters

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

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