Skip to content

Instantly share code, notes, and snippets.

@DhruvaDave
Created March 15, 2023 13:15
Show Gist options
  • Save DhruvaDave/101eb420ef32508dfae84a4a49db4381 to your computer and use it in GitHub Desktop.
Save DhruvaDave/101eb420ef32508dfae84a4a49db4381 to your computer and use it in GitHub Desktop.
import requests
response = session.get('http://google.com')
print(session.cookies.get_dict())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment