cats.example에는 여러 외부 서드 파티 사이트의 콘텐츠와 서비스가 포함되어 있습니다.
iframe을 사용하여 페이지에 삽입된 catmap.example의 지도
iframe에 있는 adtech.example의 광고
analytics.example의 분석 스크립트
이러한 서드 파티 사이트는 요청에 대한 응답으로 쿠키를 보낼 수 있습니다.
analytics.example 또는 adtech.example는 쿠키를 사용하여 여러 사용자를 구분할 수 있습니다. catmap.example는 좋아하는 고양이 위치의 기록을 보관할 수 있습니다.
이러한 사이트의 쿠키는 주소 표시줄 cats.example에 표시된 최상위 사이트에서 설정하지 않았으므로 브라우저에서 서드 파티 쿠키로 취급됩니다.
서드 파티 쿠키는 서드 파티에서만 제공되는 것이 아닙니다.
cats.example에는 마이크로사이트 cat-hire.example의 iframe이 포함될 수도 있습니다.
두 사이트 모두 동일한 회사에서 소유하고 있지만 cats.example에서 cat-hire.example에 대한 요청은 브라우저에서 교차 사이트 요청으로 취급됩니다. 물론 두 사이트가 서로 다르기 때문입니다.
cat-hire.example iframe이 쿠키를 설정하면 최상위 사이트 cats.example에서 가져온 것이 아니므로 브라우저는 이를 서드 파티 쿠키로 취급합니다.
서드 파티 쿠키는 실제로 교차 사이트 쿠키입니다.
서드 파티 쿠키는 다음에서 가져올 수 있습니다.
cats.example에 포함된 analytics.example JavaScript와 같은 서드 파티
최상위 사이트와 동일한 '퍼스트 파티'에 속한 다른 사이트입니다(예: cats.example의 cat-hire.example iframe).
참고로 퍼스트 파티 쿠키와 서드 파티 쿠키를 통신하고 저장하는 데도 동일한 메커니즘이 사용됩니다. 쿠키는 퍼스트 파티 쿠키인지 서드 파티 쿠키인지와 관계없이 HTTP 헤더를 사용하여 전달되고 브라우저에 텍스트로 저장되는 이름과 값입니다.
차이점은 쿠키가 사용되는 위치를 기준으로 쿠키가 어디에서 가져왔느냐에 따라 브라우저에서 쿠키를 처리하는 방식이 달라진다는 점입니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-02-13(UTC)"],[[["A third-party cookie is set by a website that is different from the one you are currently visiting, even if both sites are owned by the same company."],["Third-party cookies are essentially cross-site cookies, meaning they come from a site other than the top-level site shown in the browser's address bar."],["Examples of third-party cookies include those from embedded content like maps, ads, or analytics scripts that are from sites external to the main site."],["The method of communicating and storing first-party and third-party cookies is identical, differing only in their origin relative to the website they're used on."],["Third-party cookies can be blocked through browser settings, browser design or through enterprise policies."]]],[]]