Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No incoming requests captured #19

Open
wangzijian0x7C6 opened this issue Jul 11, 2019 · 3 comments
Open

No incoming requests captured #19

wangzijian0x7C6 opened this issue Jul 11, 2019 · 3 comments

Comments

@wangzijian0x7C6
Copy link

wangzijian0x7C6 commented Jul 11, 2019

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 wangzijian0x7C6 changed the title No incoming requests caputured No incoming requests captured Jul 11, 2019
@AussieScorpio
Copy link

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.

@ghost
Copy link

ghost commented Apr 9, 2020

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

@Olshansk
Copy link

Olshansk commented Nov 8, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants