How do I capture HTTPS requests with Python if I have full access to the user’s computer

Before any of you answer, "HTTPS is built on top of TLS and everything is encrypted"
I need to specify a very important note: I have FULL access to the client’s machine (Windows)
My requirement is that I need to capture HTTP(s) r… Continue reading How do I capture HTTPS requests with Python if I have full access to the user’s computer