Closed ChristianVaughn closed 3 years ago
Did you ever figure it out? I also have this question.
did anyone get it? I managed only through screenshots of the pages, but with my code
did anyone get it? I managed only through screenshots of the pages, but with my code
I am able to download through print option
Yea.. hm... I'm not so sure either...
did you ever make it work?
No. It still doesn't work, since the cookie value is still a mystery 😶
No. It still doesn't work, since the cookie value is still a mystery 😶
According to this: https://github.com/axios/axios/issues/943#issuecomment-308565686, it seems to have this structure:
"cookie1=value; cookie2=value; cookie3=value;"
Tried again, didn't work for me either but now I get "Unauthorized" trying to access any of my books after logging in to the web site. 🤦♂️
I am pretty sure this exploit has been patched out. It didnt work the last time i used this which was around april or may.
On Mon, Jan 11, 2021, 2:31 PM Ciro Iriarte notifications@github.com wrote:
No. It still doesn't work, since the cookie value is still a mystery 😶
According to this: axios/axios#943 (comment) https://github.com/axios/axios/issues/943#issuecomment-308565686, it seems to have this structure:
"cookie1=value; cookie2=value; cookie3=value;"
Tried again, didn't work for me either but now I get "Unauthorized" trying to access any of my books after logging in to the web site. 🤦♂️
[image: image] https://user-images.githubusercontent.com/1750260/104245501-2679f180-5443-11eb-8f0f-9bb722f1690b.png
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/cscape/vitalsource-dl/issues/1#issuecomment-758266359, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDNRVHSTTSQYBMD6A7TLIDSZN33JANCNFSM4KJZ7OVA .
Ok, dead in the water then..
It was working in the May last year. Try to use the proxynova or charles proxy to get required api keys.
Getting the cookies in a file (Netscape format) is not the challenge, but to cram the them in the single variable defined in the script :)
Care to share the knowledge @girpa3 ?
Could you please confirm that the variable definition should look something like this:
const globalCookieVal = reese84=long-multicharacter-string; _jigsaw_session=another-long-multicharacter-string;
?
What cookie data is needed to copy to place in the script? It is unclear what is needed to place in the js file.