I am trying to the debug Starscream socket connection with Charles Proxy but I can't find the transactions. There is any extra configuration needed to expose the traffic.
There shouldn't be anything else that needs to be done. Charles is a proxy and should sit in between and capture all of the traffic on the socket. I'm not sure if Charles decodes the WebSocket frames or not, but it should see the traffic regardless if it reads it or not. Also I found this:
I am having the same issue. @CRoig did you solve this?
Got the same. Any way to see it? Issue only with the app + your lib.
In safari + websocet example all works as it should and displayed in charles proxy.
Same here. :(
Use Wireshark
Use Wireshark
Wireshark doesn't give you any information since it encrypted channel (https, wss). As for me the question is: "Do Starscream use System Proxy settings?"
Most helpful comment
I am having the same issue. @CRoig did you solve this?