You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To "simulate" a log-in to a Google account, it's possible to use 3 session keys:
SID
SSID
HSID
The following is my current understanding of the format the values for these come in:
SID: 70 alphanumeric upper and lower case characters, with dashes in between followed by a final . That's 71 characters in total.
SSID: 17 alphabetic upper and lower case characters
HSID: 17 alphanumeric upper and lower case characters, with underscores.
If these are correct, I will update the interactive instructions to describe the shape of the values for these cookies, and later also add in a session-cookie shape checker, to make sure cookies are valid.
Until then, the DoAError exception can be used to validate cookies. A DoAError (Denial of Access Error) is raised when invalid cookie values are used to access a private file.
The text was updated successfully, but these errors were encountered:
To "simulate" a log-in to a Google account, it's possible to use 3 session keys:
The following is my current understanding of the format the values for these come in:
If these are correct, I will update the interactive instructions to describe the shape of the values for these cookies, and later also add in a session-cookie shape checker, to make sure cookies are valid.
Until then, the
DoAError
exception can be used to validate cookies. ADoAError
(Denial of Access Error) is raised when invalid cookie values are used to access a private file.The text was updated successfully, but these errors were encountered: