반응형 header contains multiple values1 SpringCloudGateway(SCG) - CORS 설정 - SCG에서 CORS 관련 "globalcors" 속성으로 cors 설정 가능 spring: cloud: gateway: globalcors: corsConfigurations: '[/**]': allowedOrigins: "*" allow-credentials: false allowedHeaders: "*" allowedMethods: "*" - CORS 설정 중에 아래와 같은 header contains multiple values 에러 발생 시 Access to XMLHttpRequest at ' https://XXX' from origin 'https://YYY' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header .. 2022. 1. 28. 이전 1 다음 반응형