Telerik Forums
Fiddler Forum
0 answers
74 views

Hi,

Probably not the right place to ask, but ??

how do i mark my post / issue as solved ??

There is no tick box and I can't edit the title of the post?

bruce
Top achievements
Rank 1
 asked on 29 Sep 2017
1 answer
1.2K+ views

Hi,

 

This must have been asked before !! ( so sorry about that )

 

I'm making calls to a remote server which has a web service (soap based) on port 7047.

I'm using soap ui to trace the call, but unless it goes via port 80 it does not get captured.

Is there a way to tell fiddler to listen not to 80 but some other port 

Thnaks

bruce
Top achievements
Rank 1
 answered on 29 Sep 2017
1 answer
245 views

I installed Mono 4.2.4 (newer version of Mono didn't work at all) and installed Fiddler in a folder I have write access to.  I followed the instructions for syncing Fiddler and am able to successfully start Fiddler.  However, each time I click the File --> Capture link, I get the following pop-up:

osascript wants to make changes.

Touch ID or enter your password to allow this.

 

I enter my password, and it is accepted, but still no traffic is captured.  When I click the capture link again, I get the same pop-up.

Alexander
Telerik team
 answered on 28 Sep 2017
3 answers
1.2K+ views

Is there any way to block partial URLs in Fiddler? I know that you can block an entire URL, but say the end of this specific URL contains the time in it, it will be a different URL every single time generate that request.

 

 

I currently am blocking URLs by going into my autoresponder and pasting A URL in the following way:

"if request matches..." (example)

"then respond with..." (*reset) 

 

My idea would be to create the same autoresponder but instead of "if request matches...", having "if request contains..." or something along that lines, is this possible?

Alexander
Telerik team
 answered on 28 Sep 2017
1 answer
361 views
I'm currently using  Burp Suite with fiddler to get around the PAC file issues with Burp. It was working fine yesterday. Now every time I try to use fiddler it deletes my PAC file setting. Also the 'Show Current Gateway Info' doesn't work anymore either. While Fiddler is open and I select 'Click to reenable capturing' it will just delete my PAC file setting again and I can't use it. I haven't made any changes since I was using it yesterday. Any ideas?
Alexander
Telerik team
 answered on 28 Sep 2017
1 answer
939 views

I have an application that I use for work all the time that makes a web request to a server and responds with a unique key that I need for certain purposes. I don't like having to launch the application whenever I want a key, so I am using proxifier to forward the traffic to fiddler. I've tried it on two machines with out success. One machine uses windows 7 without .net 4 so I'm using fiddler2. On that machine the error is

 

. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted

 

The other machine uses fiddler 4 and the error is

fiddler.network.https> HTTPS handshake to 104.28.15.252 (for #1) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted

Win32 (SChannel) Native Error Code: 0x80090326

In both cases the request it fails on is the same

 

A SSLv3-compatible ClientHello handshake was found. Fiddler extracted the parameters below.

Version: 3.1 (TLS/1.0)
Random: 59 C1 92 62 E9 FA 23 04 AB 6F FE A4 10 7B 27 13 28 7B 49 59 5A 9A AB D8 F1 FA 39 71 37 86 00 37
"Time": 5/28/2022 5:42:01 PM
SessionID: empty
Extensions: 
none
Ciphers: 
[0035]TLS_RSA_AES_256_SHA
[002F]TLS_RSA_AES_128_SHA
[000A]SSL_RSA_WITH_3DES_EDE_SHA
[0005]SSL_RSA_WITH_RC4_128_SHA
[0004]SSL_RSA_WITH_RC4_128_MD5

Compression: 
[00]NO_COMPRESSION

Alexander
Telerik team
 answered on 28 Sep 2017
3 answers
376 views

---------------------------
Uncaught Exception in Session #3
---------------------------
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 172

   at Fiddler.Session.(Session ) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\Session.cs:line 5584

   at Fiddler.Session.‘() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\Session.cs:line 3519

   at Fiddler.Session.(Object ) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\Session.cs:line 3347


Fiddler v4.6.20172.34691 (x64 AMD64) [.NET 4.0.30319.42000 on Microsoft Windows NT 10.0.15063.0] 
---------------------------
OK   
---------------------------

 

I see this exception when i try to download the fiddler cert.

1. i donwloaded latest fiddler exe

2. added this plugin CertMaker for iOS and Android

now i cant download cert. in the old build it worked all fine.

Alexander
Telerik team
 answered on 28 Sep 2017
0 answers
149 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
162 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
106 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?