본문 바로가기
NETWORK

CORS(cross-origin resource sharing)

by Rainbound-IT 2021. 8. 2.
반응형

https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS

 

Cross-Origin Resource Sharing (CORS) - HTTP | MDN

Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that allows a server to indicate any other origins (domain, scheme, or port) than its own from which a browser should permit loading of resources.

developer.mozilla.org

https://beomy.github.io/tech/browser/cors/

 

[Browser] CORS란?

이번 포스트에서는 교차 출처 리소스 공유(Cross-Origin Resource Sharing, CORS)에 대해 이야기해보도록 하겠습니다. 아래 사진과 같은 에러를 보신 적이 있으셨을 수도 있습니다.

beomy.github.io

 

반응형

'NETWORK' 카테고리의 다른 글

HTTP  (0) 2021.08.06
proxy server(프록시)  (0) 2021.08.05
Sticky Session  (0) 2021.07.23
VPC peering  (0) 2021.07.23
VXLAN  (0) 2021.07.23

댓글