📌출처(Origin) 정의 서버의 위치를 의미하는 https://google.com과 같은 URL은 하나의 문자열 같지만 다음과 같이 구성되어 있다. 이때 출처는 protocal과 Host 그리고 Port까지 모두 합친 것을 의미한다. 동일 출처 비교 예시 아래 표는 URL http://example.com/dir/page.html의 출처를 비교한 예시입니다. URL 결과 이유 http://example.com/dir2/other.html 성공 경로만 다름 http://example.com/dir/inner/another.html 성공 경로만 다름 https://example.com/secure.html 실패 프로토콜 다름 http://example.com:81/dir/etc.html 실패 포트 다름 (..