Web app is not working on Firefox (windows) and not working on Linux and Mac - “CORS Issue” but it is working fine on chrome(windows)
i have deployed client side (angular app) to ROOT context (Tomcat 9) and Server side app asm.war to "asm" context. application is working fine on chrome browser (windows) but not working on Firefox(windows) and Linux. "CORS" Issue. I tried adding CORS filter in web.xml file but it is not working.
Comments
Post a Comment