Skip to content

Why am I seeing a discrepancy between cookies detected by PSAT vs those detected by Chrome DevTools? #420

Discussion options

You must be logged in to vote

You may observe discrepancies between the cookies shown by DevTools’s Application panel and PSAT for different reasons. For example, PSAT lists all cookies received from the network, including those not accepted by the browser, while Chrome DevTools displays only the cookies that have been accepted.

Another plausible reason is that when using Chrome with third-party cookie deprecation (3PCD) enabled, visiting a third-party site directly might result in setting cookies in the browser as they are in a first-party context. These cookies will be visible in the Chrome DevTools Application panel, but won't appear in the PSAT extension.

These are two examples that may trigger the discrepancies y…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by milindmore22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant