httpry icon indicating copy to clipboard operation
httpry copied to clipboard

No incoming requests captured

Open wangzijian0x7C6 opened this issue 6 years ago • 3 comments

running httpry -p -i eth0 on a host but cannot capture incoming requests, only the outgoing requests can be captured. incoming requests are from another host in the same LAN. using tcpdump can capture the requests. please tell me how to give further information about this problem.

wangzijian0x7C6 avatar Jul 11 '19 01:07 wangzijian0x7C6

I'm not seeing ANY requests captured. Tried each network interface in turn; but nothing. Unless I'm missing something it simply doesn't work.

AussieScorpio avatar Jul 13 '19 04:07 AussieScorpio

I think httpry doesn't support HTTPS traffic. Can you test for HTTP websites?

AliArdaOrhan avatar Apr 09 '20 12:04 AliArdaOrhan

I tested this by running this command in one shell:

sudo httpry -i en0

And these two commands in another terminal:

curl --interface en0 https://flaviocopes.com/
curl --interface en0 http://flaviocopes.com/

The HTTP version showed up but the HTTPS one did not. I ended up using ngrep for my investigation instead.

Olshansk avatar Nov 08 '20 20:11 Olshansk