ENH: updated example

This commit is contained in:
srossross 2013-09-17 11:50:04 -07:00
parent 7d840d3515
commit 1c7ace26c5

View File

@ -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);