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

Can node-http-proxy be used as a real proxy?

Open MihaiValentin opened this issue 10 years ago • 4 comments
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!

MihaiValentin avatar May 22 '15 20:05 MihaiValentin

yes, this can :)

jpacora avatar Jun 26 '15 16:06 jpacora

How to do it

wutongshenyuan avatar May 23 '19 06:05 wutongshenyuan

Who can tell me how to use http-proxy to visit any website? I will thank him very much.

wutongshenyuan avatar May 23 '19 06:05 wutongshenyuan

+1

AlloryDante avatar Aug 04 '23 10:08 AlloryDante