switer / http-route-proxy

Convenient HTTP/HTTPS route proxy for cross-domain request, request forward.Support using as express connect middleware
MIT License
51 stars 13 forks source link

Question #4

Open Octolus opened 7 years ago

Octolus commented 7 years ago

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?

switer commented 7 years ago

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