Telerik Forums
Fiddler Forum
0 answers
135 views

Hi folks,

I've got an interesting issue I'm struggling to progress.

My setup is made up of 2 windows 2012R2 VMs:

VM#1 -- One acting as a proxy for remote clients, listening on port 8000

VM#2 - The other is the client with browser configured to use the proxy VM to get to the WWW. This VM also has an Azure AD Proxy connector agent that basically allows external users to get to internal apps via Azure > Connector > Back end apps. There's not a great deal to it and is basically provides reverse proxy access to internal application over a cloud proxy as a service. 

Clients connections hit Azure, which then routes the client request down to the on-prem connector(VM#2), and onto whatever internal application is being addressed by means of internal DNS resolution. This works fine, however, if the client request is for a site that resolves to a public address(E.g. bbc.co.uk) then the response is received no probs, but I see no traffic listed for the site. If I do this from a browser on VM#2 then no probs and I see the site listed int eh activity window.

To be clear, the connection to the published site works as expected, but just doesn't show in the window. The same test to the same site does display in the window however. And I know it's definitely going via Fiddler as if I stop Fiddler then the browser just times out after attempting to reach the page. 

My gut feel is that the TCP connection may be being reused between the client traffic heading to bbc, and the traffic of the connector agent talking to Azure, but I'm unable to prove this.

Would anyone know if there's a way to debug Fiddler to isolate behavior?

An Azure App Proxy diagram that illustrates the flow can be found here - https://docs.microsoft.com/en-us/azure/active-directory/active-directory-application-proxy-get-started

 

Thanks

 

 

 

Rainier
Top achievements
Rank 1
 asked on 27 Sep 2017
4 answers
150 views
Does anyone know if it is possible from a saz file to re-group sessions (http request-responses pairs) by their socket connections ? (if yes - hints welcome :-))
mle
Top achievements
Rank 1
 answered on 22 Sep 2017
0 answers
99 views

Hello

I installed and ran Fiddler. It captured the traffic. There is a lot of data. How do I interpret this data? Is there a article or video which can help me in this?

Thanks

Deepak

Deepak
Top achievements
Rank 1
 asked on 21 Sep 2017
7 answers
862 views

Hello, I'm a new fiddler user trying to configure to capture traffic from the iOS connected. I'm trying to follow this one here, http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureForiOS, but got stuck at the steps to decrypt HTTPS traffic from iOS devices. I've installed certmaker, but when I tried to configure windows client to trust fiddler root certificates, it all went haywire with loads of errors around.

Firstly, when i try to enable HTTPS traffic decryption by clicking the decrypt HTTPS traffic box, a box showing "Could not load type 'Fiddler.lCertificateProvider4' from assembly 'Fiddler, Version=4.6.20172.34691, Culture=neutral, PublicKeyToken=null'." appears.

If I ignore the box and proceed with trusting the root certificate, the same box appears instead of the installing certificate notice.

Next, if I tried to export the certificate from what I've read around, this shows up: "---------------------------
Certificate Export Failed
---------------------------
Fiddler has encountered an unexpected problem. If you believe this is a bug in Fiddler, please copy this message by hitting CTRL+C, and submit a bug report at http://www.telerik.com/forums/fiddler.

Could not load type 'Fiddler.ICertificateProvider4' from assembly 'Fiddler, Version=4.6.20172.34691, Culture=neutral, PublicKeyToken=null'.

Type: System.TypeLoadException
Source: mscorlib
   at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)

   at System.Reflection.RuntimeAssembly.GetExportedTypes()

   at Fiddler.CertMaker.Œ() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\CertMaker.cs:line 111

   at Fiddler.CertMaker.EnsureReady() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\CertMaker.cs:line 69

   at Fiddler.CertMaker.() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\CertMaker.cs:line 184


Fiddler v4.6.20172.34691 (x64 AMD64) [.NET 4.0.30319.34209 on Microsoft Windows NT 6.3.9600.0] 
---------------------------
OK   
---------------------------
"

Am at a big loss here, could it be the certmaker that is the issue or did I configured wrongly ?

Daniel
Top achievements
Rank 1
 answered on 19 Sep 2017
3 answers
115 views
I've just started using Fiddler to try to diagnose some data packets sent to a website.
However, every time I try to start Fiddler.exe, I get an error "The requested resource is in use". I don't know which resources Fiddler.exe uses so I have no clue how to resolve this. In addition, this seems to be a unique error, as my searches have turned up no similar occurrences in the past.
Alexander
Telerik team
 answered on 19 Sep 2017
1 answer
929 views

I am using Visual Studio and C# to post a request to my client's https: api service (a Java/Unix platform).

They claim I am not sending the payload (request body).

My code uses a common practice method HttpWebRequest request = (HttpWebRequest)WebRequest.Create("https://client.com/api/login");

I then create the JSON from a data structure using the JavaScriptSerializer as 

     loginInfoSerialized = new JavaScriptSerializer().Serialize(loginInfo);

I add request.Headers.Add as needed by the client.  And then write the request stream using:

            StreamWriter streamPost = new StreamWriter(request.GetRequestStream());
            streamPost.Write(loginInfoSerialized);

All pretty standard.  However, I am not able to capture/see the outgoing HTTPS request in Fiddler to confirm the header and payload data is being sent from my development platform (Windows 7).  My firewall is disabled.

I do see a "Tunnel to" in the Host column, but nothing recognizable (https decipher??)  

Should I be doing something different to see the outbound packets?

Thanks.

 

 

Alexander
Telerik team
 answered on 19 Sep 2017
1 answer
52 views
I am trying to set up Fiddler with Ios to monitor traffic. I have search but i can not find the error i am getting and how to resolve it, when I try to get the root cert through my mobile browser. I also tried exporting the cert from my PC and was given the same error. I am running windows 7 and Ios 10.1.1 on one and 10.3.3 on another device, both have the same result. See attachment for error
Alexander
Telerik team
 answered on 19 Sep 2017
6 answers
347 views

I've tried to installed Fiddler4.6 and the IOS certmaker on two different WIndows 7 PCs and gotten the same error on both, would appreciate any assistance.

Thanks!

---------------------------
Awww, Fiddlesticks!
---------------------------
Fiddler has encountered an unexpected problem. If you believe this is a bug in Fiddler, please copy this message by hitting CTRL+C, and submit a bug report at http://www.telerik.com/forums/fiddler.

Could not load type 'Fiddler.ICertificateProvider4' from assembly 'Fiddler, Version=4.6.20172.34691, Culture=neutral, PublicKeyToken=null'.

Type: System.TypeLoadException
Source: mscorlib
   at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)

   at System.Reflection.RuntimeAssembly.GetExportedTypes()

   at Fiddler.CertMaker.Œ() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\CertMaker.cs:line 111

   at Fiddler.CertMaker.EnsureReady() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\CertMaker.cs:line 69

   at .‡.‡() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Options.cs:line 2502


Fiddler v4.6.20172.34691 (x64 AMD64) [.NET 4.0.30319.18331 on Microsoft Windows NT 6.1.7601 Service Pack 1] 
---------------------------
OK   
---------------------------

 

---------------------------
Reset Certificates Failed
---------------------------
Fiddler has encountered an unexpected problem. If you believe this is a bug in Fiddler, please copy this message by hitting CTRL+C, and submit a bug report at http://www.telerik.com/forums/fiddler.

Could not load type 'Fiddler.ICertificateProvider4' from assembly 'Fiddler, Version=4.6.20172.34691, Culture=neutral, PublicKeyToken=null'.

Type: System.TypeLoadException
Source: mscorlib
   at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)

   at System.Reflection.RuntimeAssembly.GetExportedTypes()

   at Fiddler.CertMaker.Œ() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\CertMaker.cs:line 111

   at Fiddler.CertMaker.EnsureReady() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\CertMaker.cs:line 69

   at .‡.š†(Object , EventArgs ) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Options.cs:line 2153

   at .‡.‡(Object , EventArgs ) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Options.cs:line 2605


Fiddler v4.6.20172.34691 (x64 AMD64) [.NET 4.0.30319.18331 on Microsoft Windows NT 6.1.7601 Service Pack 1] 
---------------------------
OK   
---------------------------

Kanishk
Top achievements
Rank 1
 answered on 19 Sep 2017
4 answers
179 views

I use fiddlercore in my wpf aplication,which used to capture http/https request.

I use startup() to start the api:

            FiddlerCoreStartupFlags oFCSF = FiddlerCoreStartupFlags.Default;
            int iPort = 8877;
            Fiddler.FiddlerApplication.Startup(iPort, oFCSF);

and at the end ,i use Shutdown() to stop it.

          if (null != oSecureEndpoint) oSecureEndpoint.Dispose();
            oAllSessions.Clear();
            Fiddler.FiddlerApplication.Shutdown();
            oAllSessions.Clear();
            Thread.Sleep(1000);

the result is that: I can capture http/https request,but after using it ,i can't use webbrowser to reach internet.

and this only appears when i use my application via VPN .

i found ProxyEnable in regedit ,it values 1 

I doubt depply that Fiddler.FiddlerApplication.Shutdown(); can't work out?

How can i do to resolve this problem?help!

Thanks!

jack
Top achievements
Rank 1
 answered on 15 Sep 2017
1 answer
119 views

Hi,

I have a use case that needs to run Fiddler on the end user's PCs through command line and enable HTTPS. I don't want users enabling HTTPS option through the UI. Any ideas?

Many Thanks

Jerome

 

Alexander
Telerik team
 answered on 14 Sep 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?