Cross Site / Cross Domain Request

About

A request is:

  • same-site if its target's URI's origin's registrable domain is an exact match for the request's initiator's (the parent),
  • and cross-site otherwise.

A cross site request is also known as:

Example

  • login.example.com and blog.example.com will trigger same-site request because they share the same domain.

Tracking

How does Cross-site / Cross-domain tracking work? (known also as Site linking)





Discover More
HTTP - Cross-Origin Request

A cross-origin request is a request that was not created by code (html page, javascript, ...)) of the same origin. cross site requestsame origin requestcross-originsame origin A page may contain images...
Card Puncher Data Processing
How does Cross-site / Cross-domain tracking work? (known also as Site linking)

cross-site tracking is a tracking technique that permits to follow a user across web sites (ie to follow users from site to site) Cross-domain measurement makes it possible for Analytics to see sessions...
What is a HTTP Same-Site Request?

A request is: same-site if its target's URI's origin's registrable domain is an exact match for the request's initiator's (the parent or referer)) and cross-site otherwise. In security terms, it's...
What is the SameSite Cookie property? First-Party and third-party cookie control

samesite is a cookie property that controls if a cookie should be sent along in a cross-site HTTP request ie: when the origin of the code (HTML, Javascript, ..) that created the request (generally the...



Share this page:
Follow us:
Task Runner