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

Analytics - (Cross-site | Cross-domain) tracking - Site linking





Discover More
Card Puncher Data Processing
Analytics - (Cross-site | Cross-domain) tracking - 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...
Cross Site / Cross Domain 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), and cross-site otherwise. A cross site request is also known...
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...
What is the SameSite Cookie property? First-Party and third-party cookie control

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...
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...



Share this page:
Follow us:
Task Runner