Hi, thanks for the reply, I read the tutorial on the cors that you suggested me.
It was helpful but I did not solve the problem completely.
I modified the request header and made the appropriate changes also in the "web.xml" file of Tomcat on which run knowage, to allow access to the origin that makes the request.
Being a CORS request, it sends two requests. Before a POST request (status 200 ok), once the permissions have been granted (in the response payload there is a Json that contains the credentials), the browser makes the effective GET request.
Unfortunately for the second request I still get: status 500 and header CORS "Access-Control-Allow-Origin" missing.
Please help me again. Thank you!