Skip to content

Conversation

kuun
Copy link

@kuun kuun commented Jan 16, 2018

support to run hyperfox as a http/https reverse proxy, thus users don't need to configure arp table and nat to use hyperfox capture packet

@xiam
Copy link
Member

xiam commented Feb 11, 2018

Hello @kuun,

Thanks! Did you try using 127.0.0.1:1080 as HTTP proxy?:

curl -x http://127.0.0.1:1080 -v -L google.com

hyperfox processes the thing without the need of using arpfox or setting up forwarding mode:

127.0.0.1:34544 - - [11/Feb/2018:16:10:21 -0600] "GET http://google.com/ HTTP/1.1" 302 270                
127.0.0.1:34544 - - [11/Feb/2018:16:10:21 -0600] "GET http://www.google.com.mx/?gfe_rd=cr&dcr=0&ei=XXXHTTP/1.1" 200 -1   

Is that similar to what you wanted? How is your proposal different from the above example?

@kuun
Copy link
Author

kuun commented Apr 12, 2018

But web browsers can't do it.

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

Successfully merging this pull request may close these issues.

2 participants