openwpm/OpenWPM

Tracking Cookies in Individual HTTP Requests with OpenWPM

Closed this issue · 0 comments

Hi,

In general, when we visit a website, there are multiple HTTP requests made for various subresources, such as CSS files, JavaScript files, and images. these requests can contain cookies. My goal is to inspect the cookies sent with each of these individual HTTP requests, and I'm wondering if OpenWPM provides the functionality to achieve this.

I'd appreciate it if someone could guide me on how I can access and examine the cookies that are sent with each of these requests. If this is not currently supported, I'd also be interested in understanding if there are any potential workarounds or if this is something that could be considered for future development.

Thank you for your time and assistance.