I'm trying to intercept the chrome devtool traffic between puppeteer and chrome.
I see the chrome response in cleartext in Wireshark - Loopback but the request is encrypted.
I suspect the sec-websocket-key value should be useful there but I'm stuck. Does anyone know how I can get decrypt this part of the traffic ?
Thank you