[1주차][홀랄리] CORS란?#101
Open
eotkd4791 wants to merge 1 commit into
Open
Conversation
jordan-choi
reviewed
Oct 26, 2021
jordan-choi
left a comment
Collaborator
There was a problem hiding this comment.
부정확한 부분에 대한 코멘트와 가벼운 제안 남겼습니다. 글 잘 읽었습니다. 감사합니다.
| ## 결론 | ||
|
|
||
| - CORS란 보안 상의 이유로 타 도메인과의 통신을 차단하는 SOP(Same-Origin-Policy)라는 정책을 HTTP 헤더를 이용한 인증을 통해 리소스로의 접근에 대한 권한을 부여하는 것입니다. | ||
|
|
Collaborator
There was a problem hiding this comment.
- CORS 약어를 처음에 풀어서 한 번 언급해주시는 게 더 좋을 것 같습니다(Cross-Origin Resource Sharing; 교차 출처 리소스 공유).
- 타 도메인보다는 다른 출처가 더 정확한 표현입니다 (도메인, 프로토콜, 포트가 모두 같아야 같은 출처입니다).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#7