Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CORS 허용 도메인을 변경한다. #162

Open
1 task
KS-KIM opened this issue Aug 19, 2020 · 0 comments
Open
1 task

CORS 허용 도메인을 변경한다. #162

KS-KIM opened this issue Aug 19, 2020 · 0 comments
Labels
💻BE 백엔드 관련 작업 🛠️리팩토링 낮은 작업 우선순위 💡제안

Comments

@KS-KIM
Copy link
Collaborator

KS-KIM commented Aug 19, 2020

CORS 허용 도메인을 변경한다.

description

api에 접근하는 클라이언트는 chrome extension과 web site 두 곳이다.
web site의 경우에는 동일한 도메인 내에서 요청/응답이 이루어지기에 별도의 처리가 필요없었다.

image
chrome extension은 다른 origin에서 접근이 이루어지기에 모든 url에 대해 cors를 허용하여 접근 가능하도록 변경했다. 그러나 위 스크린샷과 같이 chrome에서 요청할 때에 origin 헤더에 크롬 익스텐션의 origin을 포함시켜 보내기 때문에 해당 origin에 대해서만 cors를 허용하면 된다.

progress

  • 교차 출처 리소스 정책(CORS)을 변경하여 taggle 크롬 익스텐션에 대해서만 요청을 허용한다.
@KS-KIM KS-KIM added 낮은 작업 우선순위 💻BE 백엔드 관련 작업 💡제안 🛠️리팩토링 labels Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻BE 백엔드 관련 작업 🛠️리팩토링 낮은 작업 우선순위 💡제안
Projects
None yet
Development

No branches or pull requests

1 participant