Here's what this demo does:
- Click on the link. It will redirect to some tracking site (possibly on a different domain.)
- That tracking site does an AJAX request to fetch a tracking ID.
- The AJAX request responds with an ETag.
- The tracking site uses the
referer
header to bounce back to this page.
- When bouncing back, it transfers the tracking ID. In this demo, it's included as a query param.
Here are some tracking sites. They are from different domains. You can pick one and see what tracking ID it returns.
The returned tracking ID should be consistent, even if you're calling the site from a different origin.
Back to home page.