When I send a post request by request.post() the response is an html content that I want to see it and interact with web page, just like when I click a button and the browser redirects me to that page. I.e. I have just changed the place of --click-- with --direct request-- but I want to open the same page.

When I tried to manually open that address and replace cookies with request response cookies, this method did not work and server didn't recognize me.

0

There are 0 best solutions below