Options

Business Central - Access ODATA from Azure Function error 401

hendrik244hendrik244 Member Posts: 3
Hi, I need to access and write data through NAV webservices from an azure function.
This azurefunction is a http callback function which only should forward the incoming http request to a dedicated odata webservice.

I can connect to BC with
https://api.businesscentral.dynamics.com/v1.0/" + tenant + "/sandbox/ODataV4/" + companyname
using Postman and User/ WebAccesskey Authentication.

When I test my azure function and provide the authentication values within the Test Feature of Azure Functions it also works and the data is getting forwarded to BC.
But when the http callback is executed by a website or external function I receive the error " Response status code does not indicate success: 401 (The server has rejected the client credentials.)."

Can anyone help me with this?

Best Regards,
Hendrik

Answers

  • Options
    krikikriki Member, Moderator Posts: 9,096
    [Topic moved from 'NAV Tips & Tricks' forum to 'NAV Three Tier' forum]

    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.