Telerik Forums
Fiddler Forum
1 answer
93 views

Has the "Privacy" add-on been baked into Fiddler? I installed it separately a long time ago. Now I've updated Fiddler and wish to remove Privacy. However, it does not appear in the list of installed extensions, and I'm not seeing a DLL that might be associated with it. And yet the Privacy menu is showing.

Can Privacy be removed?

·
Top achievements
Rank 1
 answered on 29 Mar 2017
8 answers
431 views

As soon as I enable the proxy and try to load an https site with chrome or firefox, I get this message :

Your connection is not private
Attackers might be trying to steal your information from www.google.ca (for example, passwords, messages or credit cards). 
NET::ERR_CERT_AUTHORITY_INVALID

 

I did import the generated certificate from fiddler to my cert store on Unbutu(16.04) and I imported it on Chrome as well..

I don't know what i'm doing wrong :(

Patrick Laramée
Top achievements
Rank 1
 answered on 28 Mar 2017
10 answers
235 views

On first launch, it show an error dialog ( see attached screenshot), after click the button, it crashes.

 

➜  fiddler-linux uname -a                
Linux nil 4.8.0-39-generic #42~16.04.1-Ubuntu SMP Mon Feb 20 15:06:07 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
➜  fiddler-linux mono --version  
Mono JIT compiler version 4.8.0 (Stable 4.8.0.495/e4a3cf3 Wed Feb 22 18:30:58 UTC 2017)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
        TLS:           __thread
        SIGSEGV:       altstack
        Notifications: epoll
        Architecture:  amd64
        Disabled:      none
        Misc:          softdebug 
        LLVM:          supported, not enabled.
        GC:            sgen
➜  fiddler-linux mono Fiddler.exe
[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentOutOfRangeException: Value '-2147483648' must be greater than or equal to 0.
Parameter name: SmallChange
  at System.Windows.Forms.ScrollBar.set_SmallChange (System.Int32 value) [0x0001c] in <e37081a3704b4473a59cdf5048ad96bc>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.ScrollBar:set_SmallChange (int)
  at System.Windows.Forms.ListView.CalculateScrollBars () [0x00247] in <e37081a3704b4473a59cdf5048ad96bc>:0 
  at System.Windows.Forms.ListView.CalculateListView (System.Windows.Forms.ListViewAlignment align) [0x000f5] in <e37081a3704b4473a59cdf5048ad96bc>:0 
  at System.Windows.Forms.ListView.Redraw (System.Boolean recalculate) [0x00029] in <e37081a3704b4473a59cdf5048ad96bc>:0 
  at System.Windows.Forms.ListView.set_View (System.Windows.Forms.View value) [0x00097] in <e37081a3704b4473a59cdf5048ad96bc>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.ListView:set_View (System.Windows.Forms.View)
  at Fiddler.frmViewer.InitializeComponent () [0x03e23] in <bcca41f124814dd9a74204fd482fb6d7>:0 
  at Fiddler.frmViewer.NotifyInvalidate (System.Drawing.Rectangle invalidatedArea) [0x00011] in <bcca41f124814dd9a74204fd482fb6d7>:0 
  at (wrapper remoting-invoke-with-check) Fiddler.frmViewer:.ctor ()
  at Fiddler.frmViewer.RunMain (System.String[] arrArgs) [0x00153] in <bcca41f124814dd9a74204fd482fb6d7>:0 
  at Fiddler.frmViewer.Main (System.String[] arrArgs) [0x00016] in <bcca41f124814dd9a74204fd482fb6d7>:0 
➜  fiddler-linux 

Tsviatko Yovtchev
Telerik team
 answered on 27 Mar 2017
1 answer
94 views

Hello, I'd like to know if there's a way to show an error generated by the browser or at least be able to edit the errors provided by FiddlerCore to something a bit clearer for a not so technical end user.

I'm talking about errors generated in cases such as when there are issues resolving a DNS query: "[Fiddler] DNS Lookup for "DOMAIN.COM" failed. System.Net.Sockets.SocketException No such host is known"

Thank you.

Tsviatko Yovtchev
Telerik team
 answered on 27 Mar 2017
0 answers
164 views

Hello,

is some special difference between session.WriteRequestToStream, WriteResponseToStream, WriteMetadataToStream and Session.WriteToStream Method?

In class SAZFormat (file SAZ-DOTNETZIP.cs) are using first three methods instead WriteToStream. That's why I'm asking.

Thanks

Juhu
Top achievements
Rank 1
 asked on 26 Mar 2017
2 answers
91 views

Hi there! 

I'm using Mac OS 10.10.5. I installed mono and Fiddler for Mac. I can run Fiddler, but when I do I see the following in the console:

executeScriptWithArgument.sh: line 8: 10/100/1000: No such file or directory

 

Whenever I try to start capturing traffic the same message pops up in the console and the capture never starts. It looks like it's parsing the contents of the active.txt file which has the following:

$ cat active.txt
USB 10/100/1000 LAN

Does anyone have any advice on how I can get past this?

 

Thanks!

Justin

Justin
Top achievements
Rank 1
 answered on 24 Mar 2017
1 answer
96 views

---------------------------

Failed to save MeddlerScript
---------------------------
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.

Value cannot be null.

Parameter name: inArray

Type: System.ArgumentNullException
Source: mscorlib
   at System.Convert.ToBase64String(Byte[] inArray)

   at BasicFormats.MeddlerExport.ExportSessions(String sFormat, Session[] oSessions, Dictionary`2 dictOptions, EventHandler`1 evtProgressNotifications) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\BundledExtensions\BasicFormats\MeddlerExport.cs:line 54


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

Tsviatko Yovtchev
Telerik team
 answered on 24 Mar 2017
3 answers
2.9K+ views
I am running Fiddler as windows service and when I reset Internet options, Fiddler no longer acts as system proxy. Is there a way for Fiddler to detect changes in  proxy server and re-attach itself as system proxy?

This is what I tried

static function OnDetach() {

if (FiddlerApplication.oProxy.DetachedUnexpectedly)  { 
   FiddlerApplication.oProxy.Attach;

   }

}

Thanks in advance.
mark
Top achievements
Rank 1
 answered on 24 Mar 2017
0 answers
115 views

Hello,

I have been using fiddler to debug some web apps for mobile for over a year with no problem with my Motorola sb5101 modem.
I switched to a thompson twg850, and suddently, it no longer works on mobile. Whenever I point the mobile to the correct address
it shows blank. It's able to capture the computers traffic without a problem though.

Any thoughts? Any possible settings I might want to enable/disable on the other modem?
Thank yo

Lost
Top achievements
Rank 1
 asked on 15 Mar 2017
2 answers
245 views

Hi,

some users have problems when Fiddler tries to load my custom inspector. The attached error is thrown at Fiddler startup.

I installed the exactly same version of Fiddler and it worked for me. So it seems to be an environment problem. I tried it also with x64, x86 and AnyCPU.

After setting the fiddler.debug.extensions.showerrors and  fiddler.debug.extensions.verbose config parameters the Log does not contains more information about the error. It only says

15:16:45:7122 Looking for Inspectors inside C:\Users\xxx\Documents\Fiddler2\Inspectors\MyInspector.dll

There are no further error details in the log file.

It would be great to get some help from you. I don't understand why the inspector works on most of the PCs but not on all.

Best regards, Christian

Christian
Top achievements
Rank 1
 answered on 15 Mar 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?