Skip to content

Commit 1c7ace2

Browse files
committed
ENH: updated example
1 parent 7d840d3 commit 1c7ace2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/https.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ proxyServer2.listen(8001);
3838
//
3939
// Create your proxy server
4040
//
41-
var options3 = {target:'https://google.com'};
41+
var options3 = {target:'https://google.com',
42+
xfwd:true};
4243

4344
var proxyServer3 = caronte.createProxyServer(options3);
4445

0 commit comments

Comments
 (0)