Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 23131

python requests get cookies

$
0
0
x = requests.post(url, data=data)print x.cookies

I used the requests library to get some cookies from a website, but I can only get the cookiesfrom the Response, how to get the cookies from the Request? Thanks!


Viewing all articles
Browse latest Browse all 23131

Trending Articles