HttpRequestMessage.GetSecretRequestUri() Method
Version: Available or changed with runtime version 12.0.
Gets the secret URI used for the HTTP request.
Syntax
RequestUri := HttpRequestMessage.GetSecretRequestUri()
Note
This method can be invoked using property access syntax.
Parameters
HttpRequestMessage
Type: HttpRequestMessage
An instance of the HttpRequestMessage data type.
Return Value
RequestUri
Type: SecretText
The secret URI used for the HTTP request.
Related information
HttpRequestMessage Data Type
Getting Started with AL
Developing Extensions