node-http-proxy
node-http-proxy copied to clipboard
Can node-http-proxy be used as a real proxy?
trafficstars
From what README.md describes, node-http-proxy redirects stuff like: http://localhost/abc to http://target/abc
However, I would like to use it as a real proxy server. Like the ones you configure into your web browser any will proxy any websites you access through it. For example: http://myrealsite -> proxy (requests myrealsite) -> returns result.
Can node-http-proxy be easily adapted to fit this scenario?
Thanks!
yes, this can :)
How to do it
Who can tell me how to use http-proxy to visit any website? I will thank him very much.
+1