사용자 도구

사이트 도구


wiki:was:cors_설정_방법

문서의 이전 판입니다!


CORS 설정 방법

  • description : Google에서 제공하는 Keep(메모) 프로그램 설명
  • author : 주레피
  • email : dhan@repia.com
  • lastupdate : 2020-01-31

준비

  • library 준비
    • cors-filter-2.6.jar
    • java-property-utils-1.13.jar

>

web.xml

<filter>
        <filter-name>CORS</filter-name>
        <filter-class>com.thetransactioncompany.cors.CORSFilter</filter-class>
</filter>
<filter-mapping>
        <filter-name>CORS</filter-name>
        <url-pattern>/*</url-pattern>
</filter-mapping>

Ref

/volume1/web/dokuwiki/data/attic/wiki/was/cors_설정_방법.1580903932.txt.gz · 마지막으로 수정됨: 2022/03/10 19:52 (바깥 편집)