Titanium MobileでApp開発しているときにiOS SimulatorからServerにPOSTしているDATAを確認したくて調査。 環境: Mac OS X 10.8.2 Mountain Lion, Wireshark 1.8.3, XQuartz 2.7.4 下記記事が参考になる。 On the Wire: Network Capture Tools for API Developers - Google Data APIs | Google Developers tcpdumpを使う 下記Commandで監視出来る。 $ tcpdump -A -s 0 -i en0 dst or src host hoge.com and port 80 これはInterface「en0」上で「hoge.com」とのHTTP通信を監視する。 Interfaceは $ ifconfig