Skip to content

Tracking Cookies in Individual HTTP Requests with OpenWPM #1062

Closed Answered by vringar
MohammadMahdiJavid asked this question in Q&A
Discussion options

You must be logged in to vote

Hey,

as documented in MDN cookies are sent via headers.
OpenWPM records the headers send as part of an HTTP Request as documented here.

You will need to extract the cookies from the headers, but that should just be splitting the headers string on newline and then checking with line begins with Cookie:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MohammadMahdiJavid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1061 on October 26, 2023 14:10.