This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Wireshark not capturing POST HTTP request from python/java program written in my system

0

I want to capture the HTTP POST request sent from the programs the run on my system . I'm sending HTTP POST request from my Java/Python program to a remote URL on internet , But the wireshark is not able to capture it . Few other people too are facing the issue , take a look at this stackoverflow link http://stackoverflow.com/questions/28982568/wireshark-does-not-capture-python-post-request . How to achieve it ??

asked 11 Apr '15, 06:51

krao's gravatar image

krao
1111
accept rate: 0%

If you know the IP address of the remote host try to filter on tha, ip.addr == If the standard http ports are not used wireshark might not recognise the traffic as http.

(11 Apr '15, 07:34) Anders ♦