import cookies into session #617
Unanswered
codeman5000
asked this question in
Q&A
Replies: 2 comments
-
I think there are some python library that can import cookies directly from you browser. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello thx for your fast answer. yea, i found some libraries and ways to import and add them to the session. is there any documentation available for this? this is my code for the normal requests, wich works perfectly... but offcourse i get to much blocks because browser fingerprint is not as good as your project
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i like to use cookies from a certain domain and use it for my requests.
i'm stuck and can't get if fixed.
i used editthiscookie extension in chrome to extract the cookies for that domain to a json file
is there a walkthrough how to read that json file and use the cookies for the requests?
also the info to test code in session documentation, does not work anymore:
httpbin is a http test website, this endpoint makes the server set cookies
s.get("https://httpbin.org/cookies/set/foo/bar")
seems url https://httpbin.org/cookies/set/foo/bar is down?
Beta Was this translation helpful? Give feedback.
All reactions