1
Basically I need to enable the Cross-Origin in my Tomcat 8.5. I want to know the right way to do this and what the risks are?
1
Basically I need to enable the Cross-Origin in my Tomcat 8.5. I want to know the right way to do this and what the risks are?
Browser other questions tagged javascript ajax xml tomcat servlet
You are not signed in. Login or sign up in order to post.
See if this helps: http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#Cors_filter
– Leonardo Santos