크로스도메인
Apache Tomcat CORS설정
http://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#CORS_Filter 오픈api개발하다보면 발생할 수 있는 크로스도메인 에러Access to Script at '서버에 요청 한 url' from origin '요청자의 도메인' has been blocked by CORS policy: No "Access-Control-Allow-Origin' header is present on the requested resource. Origin '요청자의 도메인' is therefore not allowed access. 네이버검색하면 SpringFramework을 통한 CORS설정이 대부분인데, 현재환경이 스프링이 아니라서..더 찾아보다가 tomcat에서 ..