Hello,I'm trying to use the ACC Web service SOAP calls through a reactJS
app.The first issue I faced was getting blocked by CORS : After
searching online, I managed to add the necessary response headers in the
Apache server config and they seem to appear on the request, but that
only lead to another problem which was the OPTION method getting
rejected. Many hours of research later without any lead, I decided to
discard this CORS issues temporarily and run my devs on a chrome version
where CORS i...