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

Upstream proxy

Open andr0s opened this issue 10 years ago • 1 comments

How to implement it?

Say, I need to rewrite something in this mitm-proxy and send the traffic to the upstream HTTP proxy.

Thanks!

andr0s avatar Jul 22 '14 15:07 andr0s

sth. like

proxy.on('request',(req,url)=>{
        http.get(url).pipe(req)}

probably no http.get and no pipe, just sth. like that

zszszsz avatar Apr 23 '16 11:04 zszszsz