Mahendran
Mahendran

Reputation: 2243

How to trace HTTP request/response in iPad?

I am using an iPad and I wanted to trace HTTP request/response just like viewing Net Tab in Firebug/Firefox in windows machine. I am using Safari browser in iPad, is there any HTTP trace I can use?

Upvotes: 1

Views: 1491

Answers (2)

CodeCaster
CodeCaster

Reputation: 151654

If you've got a PC on the same network you could install Fiddler on it, and allow Fiddler to accept external connections and set it as a proxy on in iOS.

Upvotes: 1

Evert
Evert

Reputation: 99687

You can set up mitmproxy or Charles HTTP Proxy.

Upvotes: 3

Related Questions