Can someone help me in order to fix the CORS issue. I am successfully able to retrieve the Access Token and with the same access token I can hit the OData endpoint URL to retrieve the result by using postman but in pure JavaScript application I am not able to hit it. It is saying CORS issue in developer console. Can anyone suggest how to fix it. Is this possible and using Finance And Operations Module.
I seriously do not want to create a proxy application in .NET and call the endpoints through this application code. I want a direct call to OData endpoint.
Thanks