mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Update http.js
This commit is contained in:
parent
6ac790ec1d
commit
1e45ce428c
12
lib/http.js
12
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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user