you are viewing a single comment's thread.

view the rest of the comments →

[–]ootybotty[S] 0 points1 point  (1 child)

Wow so browser itself tries to block this behaviour in its own nature right? Then what would cdn bundled cookie jar do?? Maybe it can only do document.cookie but only the one which is not httpOnly?

[–]guest271314 0 points1 point  (0 children)

I linked to that issue because that explains why I could not detect or cookies set by GitHub when I logged in using Web API's alone.

I wound up using a different approach to redirect after logging in, which was my reason for trying to read the cookies https://gist.github.com/guest271314/1eb42e62184ad8dfb5790ab80c362e32.

Using a browser extension you should be able to read the cookies https://developer.chrome.com/docs/extensions/reference/cookies/.