delphix / virtualization-sdk

Delphix vSDK.
Apache License 2.0
7 stars 25 forks source link

Update python requests client to track cookies automatically #39

Open fdrozdowski opened 4 years ago

fdrozdowski commented 4 years ago

Today, we need to manually track cookies when making http requests.

We can upgrade the the python requests client to track cookies automatically.

┆Issue is synchronized with this Jira Story by Unito

fdrozdowski commented 4 years ago

➤ Rafe Kaplan commented:

Please see the Session object: https://2.python-requests.org//en/v1.0.0/user/advanced/#session-objects ( https://2.python-requests.org//en/v1.0.0/user/advanced/#session-objects )