diff --git a/lib/http.js b/lib/http.js index 12ca315..283d0fc 100644 --- a/lib/http.js +++ b/lib/http.js @@ -745,6 +745,16 @@ var HTTPObject = function(engine) { switch(_debugger) { case "FIDDLER": + this.proxy = { + "enabled": true, + "protocol": "http", + "host": "127.0.0.1", + "port": 8888, + "credential": null + }; + break; + + case "FIDDLER2": this.proxy = { "enabled": true, "protocol": "http", @@ -753,7 +763,7 @@ var HTTPObject = function(engine) { "credential": null }; break; - + case "MITMPROXY": this.proxy = { "enabled": true,