I am logging in into a website with python request by sending a post with required data. I am trying to get other http requests after sending the previous http post. Is there a way to do it?
If I log in manually in browser I can see all other requests that are being sent after logging in (which is the first POST in screenshot), I want to grab them all (the ones marked with green marker):