muka / dhttp

HTTP over WebRTC proxy
Apache License 2.0
3 stars 1 forks source link

Full HTTP Proxy support? #1

Open TheRook opened 1 year ago

TheRook commented 1 year ago

Is there any interest in making the proxy component more flexible?

If you supported the full HTTP Proxy protocol, then you could access any host on the "inside" network. This is useful if you want to lets say browse the router admin page on an internal network. It also would be useful for accessing your home internet when you are traveling abroad - because all your HTTP traffic would be routed through that host.

Goproxy has a compatible BSD license. It looks like the proxy server is expecting a socket handler, and I believe this handler could be replaced: https://github.com/elazarl/goproxy

muka commented 1 year ago

Hi please go ahead if you see room for improvement! Thnaks

muka commented 3 months ago

It took a year and a few days of holidays to understand this issue. You are suggesting to have a local proxy that uses the library to communicate on the other end. Is it right?