Telerik Forums
Fiddler Forum
1 answer
126 views

Hello this seems like a pretty simply question but I can't locate any info.

 

When you start a fiddler capture it looks like the net traffic is all captured into ram. I have a very random issue that occurs once every few days... I need to leave fiddler running but after a day or two it consumes all free ram and starts to destabilize the server.

 

Is there anyway to write capture info to file instead of ram? 

 

Thanks.

Alexander
Telerik team
 answered on 04 Oct 2017
3 answers
556 views

 

I had a custom button to clear the log following the instructions in this post: http://www.telerik.com/forums/remove-all-as-a-single-click-button-on-the-toolbar

The button doesn't show up anymore. I think this functionality broke from the latest update. 
Please let me know how to get this functionality back. 

abdu bukres
Top achievements
Rank 1
 answered on 03 Oct 2017
1 answer
345 views
---------------------------
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.

Error creating window handle.

Type: System.ComponentModel.Win32Exception
Source: System.Windows.Forms
   at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)

   at System.Windows.Forms.Control.CreateHandle()

   at System.Windows.Forms.Control.get_Handle()

   at System.Windows.Forms.Control.CreateHandle()

   at System.Windows.Forms.StatusBar.CreateHandle()

   at System.Windows.Forms.Control.get_Handle()

   at System.Windows.Forms.Control.CreateGraphicsInternal()

   at System.Windows.Forms.StatusBarPanel.GetContentsWidth(Boolean newPanel)

   at System.Windows.Forms.StatusBarPanel.ApplyContentSizing()

   at System.Windows.Forms.StatusBarPanel.set_AutoSize(StatusBarPanelAutoSize value)

   at Fiddler.frmViewer.ƒ() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Viewer.cs:line 1916

   at Fiddler.frmViewer..ctor() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Viewer.cs:line 300

   at Fiddler.frmViewer.‹•(String[] ˆ•) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Viewer.cs:line 2896

   at Fiddler.frmViewer.‡•(String[] ˆ•) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Viewer.cs:line 2721


Fiddler v4.6.20173.38786 (x64 AMD64) [.NET 4.0.30319.36392 on Microsoft Windows NT 6.1.7601 Service Pack 1] 
---------------------------
OK   
---------------------------
Alexander
Telerik team
 answered on 02 Oct 2017
0 answers
64 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
235 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
339 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
891 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
355 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
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?