mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-12-13 11:03:11 +00:00
Update http.js
This commit is contained in:
parent
6ac790ec1d
commit
1e45ce428c
10
lib/http.js
10
lib/http.js
|
|
@ -745,6 +745,16 @@ var HTTPObject = function(engine) {
|
||||||
|
|
||||||
switch(_debugger) {
|
switch(_debugger) {
|
||||||
case "FIDDLER":
|
case "FIDDLER":
|
||||||
|
this.proxy = {
|
||||||
|
"enabled": true,
|
||||||
|
"protocol": "http",
|
||||||
|
"host": "127.0.0.1",
|
||||||
|
"port": 8888,
|
||||||
|
"credential": null
|
||||||
|
};
|
||||||
|
break;
|
||||||
|
|
||||||
|
case "FIDDLER2":
|
||||||
this.proxy = {
|
this.proxy = {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"protocol": "http",
|
"protocol": "http",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user