I need to identify and determine the source of cookies. While many cookies get to the browser in the HTTP response on the original page, others are added to the browser through javascript or via objects loaded onto the page using http (e.g. tracking pixels or AJAX calls).
What is a good way to determine / determine the source of each cookie?
source share