How to get a decrypted Wireshark packet capture from a node.js application that is talking HTTPS
I have a node.js application that is talking HTTPS with some server I don't have access to... How can I capture the traffic so that I can see the contents of the requests and responses? Yes, this has…