-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaScript to get cookie in ReadMe is broken? #17
Comments
I managed to find the cookies using Firefox's dev tools, but it seems that for some reason the a and b cookies vanish after page load? I don't get it but they don't show up. |
That code only works on the "classic" version of the site. You'll need to log into an account that has beta mode disabled. |
@boothale So I just found out where the setting for beta vs classic is and I have never used the beta before. I was getting this problem on classic. I've just tried it again in both, and still have this error. |
Did more testing and confirmed that this happens in Chrome. As a work around, if you open the requests tab and look at the primary request, the cookies should be listed. The javascript still seems to work on my version of Firefox. |
Since I haven't heard back in a while I'm closing this. Please reopen if you still need help. |
I believe I confirmed that worked as well but I do not remember as it has
been a while since I worked with it.
…On Jul 18, 2017 21:12, "Erra Boothale" ***@***.***> wrote:
That code only works on the "classic" version of the site. You'll need to
log into an account that has beta mode disabled.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AOZPP4KhatupxHJ6HK_fqL6XbFE3_Rbcks5sPYI7gaJpZM4OZeLA>
.
|
Any chance of providing a script to get your cookies from the beta site? |
@ShaunDreclin The ReadMe shows exactly how to assemble the string. |
Ooh gotcha. I was reading /docs, didn't think to check both pages. Thanks ^^ |
I added an example to /docs as well so people don't have to go to the readme. |
While logged in, running the script is returning an empty string.
The text was updated successfully, but these errors were encountered: