How can I debug network requests from my iPhone?

I want to check the network requests that the application makes from my iPhone. It is on the same Wi-Fi network as my computer (or if it simplifies the work, I can configure it to use a special network). I do not want to see every package, only the URLs that my iPhone requests. I don't care about the data returned.

It would be very helpful to get a simple solution.

+2
source share
2 answers

If you want to intercept the phone itself, you need to point it to the http proxy that you configured on the computer and see how the requests go. Something like http://www.charlesproxy.com/ or, most likely, a lot of free proxies.

+7
  • Ethernet.
  • . Ethernet- AirPort.
  • iPhone .
  • Wireshark .
+2

All Articles