Hi everyone,
I have an issue when calling Trakcare's webservices using a web application.
The issue is that, the browser is blocking the queries because of the CORS Policy.
In fact, the browser is sending a first HTTP query OPTIONS called "preflight" (in Chrome's developers tools) and Apache server answers with no CORS Control Origin in Header (). So the query is blocked and does not reach the Webservices server (IRIS Interoperability).