天天看點

fillder配置

fillder配置

    • fillder配置及列印日志

fillder配置及列印日志

//if (oSession.isHTTPS){
		//	FiddlerApplication.Log.LogString('switch https to http request');
		//	oSession.fullUrl = oSession.fullUrl.Replace("https://","http://");
		//	oSession.port = 80;
		//}
		FiddlerApplication.Log.LogString(oSession.isHTTPS);
		if (!oSession.isHTTPS)
			{
			FiddlerApplication.Log.LogString("https://" + oSession.hostname +'****'+ oSession.PathAndQuery);
			FiddlerApplication.Log.LogString("https://" + oSession.hostname+"&&&"+oSession.isHTTPS);
			oSession.fullUrl = "https://" + oSession.hostname+":443";
		}