Python Forum

Full Version: Python cookies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to set cookies and retrieve them.

How to get and set the cookies? in python.
Cookies usually go in the HTTP header. Whichever library you're using should have documentation that tells you how to access the headers.
It is not that hard to send cookies to browser. These cookies are sent along with HTTP Header.
Please go through the below thread for proper understanding on stack overflow:
questions/4349147/python-create-cookies-and-then-load-a-page-with-the-cookies