python requests get cookies

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 cookies from the Response, how to get the cookies from the Request? Thanks! Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not … Read more