Search code examples
ioscharles-proxy

Request debugging with Charles - Filtering


I am developing iOS app for request debugging.So that I am using Charles which is kind of great tool! I can´t figure out how to hide all the Desktop network-processes which are all shown up in the Charles-console too. The iOS device is connected over an proxy with Charles and work like charm.

How can I filter the the shown requests?


Solution

  • You will get the below page when you start Charles. In that select Sequence tab in the request list.

    enter image description here

    You will get next screen with filter option in there. Write your filter word to filter request.

    enter image description here