Skip to content

Comments

chore: 개발 환경에서 세션 쿠키 도메인 설정, CORS 허용 메소드 추가#72

Merged
hisonghy merged 1 commit intodevelopfrom
chore/dev-session-cookie-71
Mar 31, 2025
Merged

chore: 개발 환경에서 세션 쿠키 도메인 설정, CORS 허용 메소드 추가#72
hisonghy merged 1 commit intodevelopfrom
chore/dev-session-cookie-71

Conversation

@hisonghy
Copy link
Member

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • 개발 환경에서 세션 쿠키를 발급할 때 도메인 정보를 설정해주어야, 브라우저가 이후 요청에서 해당 쿠키를 제대로 포함해 서버로 전송할 수 있다고 하여 도메인 설정 추가
  • CORS 설정에서 허용 HttpMethod 에 OPTIONS 추가

🔍 참고사항

📚 기타

@hisonghy hisonghy added the ⚙️ chore 빌드 및 CI/CD, 그외 설정작업 label Mar 31, 2025
@hisonghy hisonghy requested a review from myqewr March 31, 2025 04:34
@hisonghy hisonghy self-assigned this Mar 31, 2025
@hisonghy hisonghy merged commit ad617af into develop Mar 31, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚙️ chore 빌드 및 CI/CD, 그외 설정작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

⚙️️ 개발 환경 세션 쿠키 도메인 설정, CORS 수정

2 participants