Enable CORS in JBOSS EAP 7.3
Hello Everyone,
We have a Angular Front-End application (deployed on nginx on ) that is trying to invoke SOAP based Webservices (CAGen generated EJB Webservices) that are deployed on JBOSS-EAP 7.3. Front-end is giving Cross Origin Resource Sharing (CORS) related issue.
So I followed the steps as mentioned in the below link.
https://access.redhat.com/solutions/3335751
They are still getting the same CORS related issue. Is there any other setup that is needed to enable CORS on the Jboss EAP server?
Thanks & Regards
Vishnu