Reputation: 512
I am trying to find out the structure of request (URL, POST or XML file) that a particular iPhone app sends to server to retrieve data from it.
In the browser you always see the URL that was used to retrieve HTML of the page, but in the iPhone app you don't see the URL it uses. You only see the server's response visualized by the app. So, how can I find out the request that an app used to retrieve the data from server?
Thank you in advance!
Upvotes: 0
Views: 2553
Reputation: 5171
You can use Charles proxy for that.
Start Charles in your computer Then change iPhones proxy settings to use Charles proxy.
To use this, your computer and iPhone should connect to the same wifi network.
Upvotes: 0
Reputation: 4793
Use a packet sniffer like Kismet or Kismac to view the traffic on your home wifi network.
Upvotes: 1