How can i get all the cookies using requests in python?
I need help to get all the cookies I would get from a page using a webdriver, but using requests. I’m trying to get info from a page. In this case there are some cookies that I think are being loaded by Javascript, also some of them are Akamai cookies. I don’t need to get the valid akamai cookies, just all the cookies a regular user would get.