How to inspect websocket traffic with charlesproxy for iOS simulator/devices

I finally found the answer. Charles 3.11.2 works perfectly with WebSocket. I use socketIO, so I’ve already seen http requests sent during the negotiation phase, but I missed websockets traffic. In the beginning, socketIO try to use polling then switches to use websockets. The websocket traffic is visible when you go to the request with … Read more

Charles – How to filter the recording using the “client address” field?

Under Proxy > Recording Settings You can enter specific locations to exclusively record requests to/from using include, or exclude to prevent locations from recording. It’s also possible to blacklist requests as needed by control-clicking in the structure section and selecting ignore. If you want to exclude requests to/from the computer that Charles is running on … Read more

How to configure SSL certificates with Charles Web Proxy and the latest Android Emulator on Windows?

To remotely capture http or https traffic with charles you will need to do the following: HOST – Machine running Charles and hosting the proxy CLIENT – User’s machine generating the traffic you will capture Host Machine Install fully licensed charles version Proxy -> Proxy Settings -> check “Enable Transparent HTTP Proxying” Proxy -> SSL … Read more