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

example of proxying to a proxy

Open anatsarigshmueli opened this issue 3 years ago • 0 comments
trafficstars

Hi I am trying to proxy to a proxy. I am using http-proxy in nestjs contorller. My code looks like this: httpProxy = httpProxy.createProxyServer({ ignorePath: false, toProxy: true, changeOrigin: true, secure: false }); httpProxy.web(req, res , {target: calculateTargetFromRequest(req.url)});

I will appreciate and example.

anatsarigshmueli avatar May 09 '22 10:05 anatsarigshmueli