nginx 해결 크로스 필드 (cors) 반환 증가 머리

711 단어 nginx
nginx 해결 크로스 필드 (cors) 반환 증가 머리
 location / {
    add_header 'Access-Control-Allow-Origin' "$http_origin";# http_origin      origin
    add_header 'Access-Control-Allow-Credentials' 'true'; #   cookie    ,   cookie    
    add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
    #......
    }

좋은 웹페이지 즐겨찾기