I'm trying to scrape one website, and for that, I need to exchange the cookies and headers between all the requests.
The question is the following: how can I achieve such behaviour in a smart way, not by resetting the cookies and headers manually between the Request
and Response
objects each time?