http-route-proxy icon indicating copy to clipboard operation
http-route-proxy copied to clipboard

Question

Open Octolus opened this issue 8 years ago • 1 comments

My mission:

I want to proxy/tunnel all requests from https://domain.com to http://127.0.0.1:80

127.0.0.1:80 would act as a reverse proxy server then the http-route-proxy would return the data that the reverse proxy returns.. Possible?

Octolus avatar Apr 24 '17 15:04 Octolus

It need run a https server(a MITM proxy) , you can see: https://github.com/joeferner/node-http-mitm-proxy

switer avatar Apr 27 '17 09:04 switer