Skip to content
This repository was archived by the owner on Oct 2, 2021. It is now read-only.
This repository was archived by the owner on Oct 2, 2021. It is now read-only.

CORS 허용 #11

@hatchling13

Description

@hatchling13

개요

프론트엔드에서 백엔드에 자원을 요청할 때, Same Origin Policy(동일 출처 정책, 이하 SOP)에 의해 백엔드 자원에 접근을 허용하지 않는다. 이러한 경우, Cross-Origin Resource Sharing(교차 출처 리소스 공유)를 통해 자원을 획득할 수 있다.

해결법

현재 프로젝트에서 사용 중인 Django의 경우, CORS를 활성화해주는 라이브러리가 존재하므로 이를 적용한다.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions