hello, i'm trying to implement the authentication, i want to check the feasibility of connecting an angular client to acumatica if is possible i want to get solution.
Best regards.
hello, i'm trying to implement the authentication, i want to check the feasibility of connecting an angular client to acumatica if is possible i want to get solution.
Best regards.
You will have to setup a reverse proxy to work around the CORS restrictions. We faced a similar problem when working on the browser-based version of our popular Excel reporting add-on, Velixo Reports and implementing the proxy with nginx.
Depending on the stack you use you might want to use something different; there’s many open source projects out there if you want to research this further:
If you have access to the web.config file of the site you are integrating with, you could also modify it to allow cross-origin requests, but I don’t recommend this if you’re building an application that will support multiple instances hosted in different locations.
thank you Gaberiel for this response, I have a test for the moment with webconfig and I will search with another idea.
Did you ever get this working without having to set up a proxy? I’ve recently run into this same issue.
Acumatica provides instructions for configuring CORS for OData access. But My JS requests still fail. I’ve tried from Chrome and Firefox, and both browsers refuse to allow CORS. I even tried a couple browser extensions with names like “CORS Everywhere” with the same result.
Typically fails in the pre-flight OPTIONS request, before it even gets to the GET request. Error messages like “The Same Origin Policy disallows reading the remote resource” and “CORS header ‘Access-Control-Allow-Origin’ missing”.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.