Starscream: It is possible to inspect Starscream traffic with Charles Proxy

Created on 23 Mar 2018  路  6Comments  路  Source: daltoniam/Starscream

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.

Most helpful comment

I am having the same issue. @CRoig did you solve this?

All 6 comments

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:

https://stackoverflow.com/questions/33090087/how-to-inspect-websocket-traffic-with-charlesproxy-for-ios-simulator-devices

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?"

Was this page helpful?
0 / 5 - 0 ratings

Related issues

adrian-niculescu picture adrian-niculescu  路  4Comments

DjuricMarija picture DjuricMarija  路  6Comments

AdamMak picture AdamMak  路  3Comments

gmosx picture gmosx  路  4Comments

blajivskiy picture blajivskiy  路  6Comments