mirror of
https://github.com/http-party/node-http-proxy.git
synced 2025-12-08 20:59:18 +00:00
ENH: updated example
This commit is contained in:
parent
7d840d3515
commit
1c7ace26c5
@ -38,7 +38,8 @@ proxyServer2.listen(8001);
|
||||
//
|
||||
// Create your proxy server
|
||||
//
|
||||
var options3 = {target:'https://google.com'};
|
||||
var options3 = {target:'https://google.com',
|
||||
xfwd:true};
|
||||
|
||||
var proxyServer3 = caronte.createProxyServer(options3);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user