Question

HCL
NL
Last activity: 18 Aug 2025 18:40 EDT
DX API URL
what is the correct way of calling the DX API URL should the app name has to be inside the url or not
for example
should the URL ,
https://localhost.pegailt.net/prweb/api/application/v2/data_views/D_InventoryList
or like this?
https://localhost.pegailt.net/prweb/<<appNAME>>/api/application/v2/data_views/D_InventoryList
Also in the authentication profile if we are connecting to DX API, what is the client authentication scheme we need to select, BASIC or POST ,
where is it specified that DXAPI Expects the access token in the authorization header or in the Query string parameter , the answer is authorizaton header , but I Want to see where is it specified