Tool to monitor HTTP traffic
        Posted  
        
            by Samuh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Samuh
        
        
        
        Published on 2010-04-14T11:05:50Z
        Indexed on 
            2010/04/14
            11:13 UTC
        
        
        Read the original article
        Hit count: 457
        
I have an application on my iPhone which sends out Http requests; is it possible to look into the HTTP stream using some tool??
I use standalone version of (IEInspector's) HttpAnalyzer tool on my windows PC to monitor HTTP traffic from all processes including the apps on Android phone (thanks to android debug bridge interface). Is there a similar tool for OS X that I can use for iPhone apps? Is this even allowed?
Thanks in advance.
© Stack Overflow or respective owner