jiphyeonjeon-42 / backend

3rd development of 42-jiphyeonjeon web service backend.
https://jiphyeonjeon-42.github.io/backend/
24 stars 7 forks source link

fix(cursus): Access-Control-Allow-Origin 설정 #790

Closed nyj001012 closed 1 year ago

nyj001012 commented 1 year ago

개요

프론트(42library.kr)에서 42 API에 요청을 보낼 때, 데이터를 백엔드에서(/api/cursus/recommend/book) 응답받으려 할 때 나타나는 504 에러 수정

작업 사항

axios로 42 API와 통신 시, 헤더에 AccessControlAllowOriginAccessControllAllowCredentials 옵션 추가