As i have been working with the rest API i have been getting around the issues that pop up.
Currently have a HTTPS link to access our rest api where we can make calls to the API to receive back data as a Rest call or as a BAQ. However when we go to use the call in an application that we have it brings back this error.
Exception: The HTTP request is unauthorized with client authentication scheme ‘Anonymous’. The authentication header received from the server was ‘Basic Realm=‘Epicor REST API’’.
We have a cert onto our server and the login is correct when trying to access the API.
Anyone have any help ideas?