Telerik Forums
Fiddler Forum
3 answers
276 views

Hi, 

I got 2 problems regarding Fiddler on mobile : 

The first one is the certificate. I made the configurations on my phone but I still can't download the certificate on this address:

http://ipv4.fiddler:8888/ (Device : Samsung S8)

Then, I changed my mobile with another one who already got the certificate, but here is the second issue: I cannot get my hits on Fiddler interface. All of them are secured with a lock "443". 

 

Many thanks in advance, 

Lydia.

Alexander
Telerik team
 answered on 15 Dec 2017
0 answers
150 views
When opening Fiddler, it kept hanging on the "Creating proxy..." step of the initial splash screen and wouldn't load. So, I tried to uninstall and reinstall it, and I keep getting an error (screenshot attached) during the install process (and, also during the uninstall process). It won't run at all now, I'm not sure if it's a Telerik issue or an issue with my computer (this isn't the first issue I've had in the past couple of days with my computer). 
Kyle
Top achievements
Rank 1
 asked on 13 Dec 2017
0 answers
97 views
Hi .I just started leaning Web API. When I created an API , run visual studio and took fiddler to test different methods(Get,Put..) , I couldn't find my url  in the fiddler feed, but traffics are created continuously and when i cleared all the traffic ,again this automatic adding happens endless.Please advise what should I do to get rid of this,or I have to change any settings. Thnaks in Advance.
lifas
Top achievements
Rank 1
 asked on 09 Dec 2017
5 answers
488 views

Unfortunately the new version 4.6.20172.31233 of Fiddler always installs to the users folder under C:\Users\alias\AppData\Local\Programs\Fiddler

What can I do to install the new version 4.6.20172.31233 silently to c:\program files again?

Thank you!

Fabian

Alby
Top achievements
Rank 1
 answered on 09 Dec 2017
0 answers
594 views

Hi all.

I use these settings AutoResponder (attach image).

REGEX:.+\.jpg$

http://mysite.com/123.jpg

But the problem is that these settings work for all users.

How can I make these settings  AutoResponder work only for a user with such browser settings?(attach image).

User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET)

Is it possible ?

 

arenaclos
Top achievements
Rank 1
 asked on 07 Dec 2017
1 answer
232 views

Seems to happen primarily when I am trying to use eBay.com through Fiddler. I will get regular core dumps with the following stack trace (copied below this message). I am running on Ubuntu 14.04 with the full mono package installed. Am I missing a particular font that Fiddler needs on a particular dialog that it is trying to display?

Thanks much for even giving us Linux folks the option to use this great tool!

--

[xcb] Too much data requested from _XRead
[xcb] This is most likely caused by a broken X extension library
[xcb] Aborting, sorry about that.
mono: ../../src/xcb_io.c:736: _XRead: Assertion `!xcb_xlib_too_much_data_requested' failed.
Stacktrace:
 
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Windows.Forms.X11Keyboard.XCreateFontSet (intptr,string,intptr&,int&,intptr) <0xffffffff>
  at System.Windows.Forms.X11Keyboard.CreateOverTheSpotXic (intptr,intptr) <0x000af>
  at System.Windows.Forms.X11Keyboard.CreateXic (intptr,intptr) <0x000d7>
  at System.Windows.Forms.X11Keyboard.CreateXicForWindow (intptr) <0x00037>
  at System.Windows.Forms.X11Keyboard.FocusIn (intptr) <0x00087>
  at System.Windows.Forms.XplatUIX11.SetFocus (intptr) <0x000b3>
  at System.Windows.Forms.XplatUI.SetFocus (intptr) <0x0001f>
  at System.Windows.Forms.ContainerControl.SendControlFocus (System.Windows.Forms.Control) <0x00083>
  at System.Windows.Forms.Form.SetVisibleCore (bool) <0x0071f>
  at System.Windows.Forms.Control.set_Visible (bool) <0x00032>
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control.set_Visible (bool) <0xffffffff>
  at System.Windows.Forms.Application.RunLoop (bool,System.Windows.Forms.ApplicationContext) <0x002ef>
  at System.Windows.Forms.Form.ShowDialog (System.Windows.Forms.IWin32Window) <0x008af>
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Form.ShowDialog (System.Windows.Forms.IWin32Window) <0xffffffff>
  at Fiddler.frmViewer.GetDecision (Fiddler.frmAlert) <0x00037>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_DialogResult__this___object (object,intptr,intptr,intptr) <0xffffffff>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) <0xffffffff>
  at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x000d7>
  at System.Reflection.MethodBase.Invoke (object,object[]) <0x00032>
  at System.Delegate.DynamicInvokeImpl (object[]) <0x00203>
  at System.MulticastDelegate.DynamicInvokeImpl (object[]) <0x0003b>
  at System.Delegate.DynamicInvoke (object[]) <0x00020>
  at System.Windows.Forms.XplatUIDriverSupport.ExecutionCallback (object) <0x0006b>
  at System.Threading.ExecutionContext/<Run>c__AnonStorey0.<>m__0 (object) <0x00055>
  at System.Security.SecurityContext.Run (System.Security.SecurityContext,System.Threading.ContextCallback,object) <0x00113>
  at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) <0x00237>
  at System.Windows.Forms.XplatUIDriverSupport.ExecuteClientMessage (System.Runtime.InteropServices.GCHandle) <0x000df>
  at System.Windows.Forms.XplatUIX11.GetMessage (object,System.Windows.Forms.MSG&,intptr,int,int) <0x02c8b>
  at System.Windows.Forms.XplatUI.GetMessage (object,System.Windows.Forms.MSG&,intptr,int,int) <0x00047>
  at System.Windows.Forms.Application.RunLoop (bool,System.Windows.Forms.ApplicationContext) <0x00db7>
  at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext) <0x0005f>
  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form) <0x00033>
  at Fiddler.frmViewer.RunMain (string[]) <0x00493>
  at Fiddler.frmViewer.Main (string[]) <0x00093>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>
 
Native stacktrace:
 
    mono() [0x4b73d8]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0x10330) [0x7f216fc15330]
    /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x37) [0x7f216f872c37]
    /lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7f216f876028]
    /lib/x86_64-linux-gnu/libc.so.6(+0x2fbf6) [0x7f216f86bbf6]
    /lib/x86_64-linux-gnu/libc.so.6(+0x2fca2) [0x7f216f86bca2]
    /usr/lib/x86_64-linux-gnu/libX11.so.6(_XRead+0xd5) [0x7f216c471925]
    /usr/lib/x86_64-linux-gnu/libX11.so.6(_XRead32+0x24) [0x7f216c4723b4]
    /usr/lib/x86_64-linux-gnu/libX11.so.6(XListFontsWithInfo+0x368) [0x7f216c454fc8]
    /usr/lib/x86_64-linux-gnu/libX11.so.6(+0x7358d) [0x7f216c4a858d]
    /usr/lib/x86_64-linux-gnu/libX11.so.6(XCreateOC+0xeb) [0x7f216c460d4b]
    /usr/lib/x86_64-linux-gnu/libX11.so.6(XCreateFontSet+0x5c) [0x7f216c4559cc]
    [0x410ab69b]
 
Debug info from gdb:
 
Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
No threads.
 
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
 
Aborted (core dumped)
Tsviatko Yovtchev
Telerik team
 answered on 05 Dec 2017
1 answer
426 views

A fresh install.

with sample fiddlerscript fails to compile (do a save).  see attached screen shot

 

 

Simeon
Telerik team
 answered on 04 Dec 2017
1 answer
1.8K+ views

Few months ago , I still used XP operating system, 

and Fiddler worked fine on it. 

Then , due to some problem I faced on XP, 

I decided to install Win10 and abandon XP, 

after installing Fiddler and start on Win10, 

As the title said. 

I realized that Fiddler almost didn"t capture any traffic...... 

 

No matter what browser I use,it always could only capture one. 


The only one traffic Fiddler could capture was the website of Fiddler 

I recorded a video about the problem I mentioned above 

If my description isn"t clear , you could look this 

https://www.youtube.com/watch?v=CFc8rCry6F4 

(Although the language I use is Chinese,the same option can still be found acrroding to the sequence) 

(Extnesion) 

there is its message from log: 

20:50:09:6858 Fiddler Running... 
20:50:09:7054 Windows 8+ AppContainer isolation feature detected. 
20:50:09:7419 AutoProxy failed. Disabling for this network. 
20:50:44:7894 WinINET Registry change detected. Verifying proxy keys are intact... 
20:50:44:7899 WinINET API indicates that Fiddler is no longer attached.

Simeon
Telerik team
 answered on 04 Dec 2017
2 answers
398 views
fiddler.network.https> HTTPS handshake to 192.168.1.1 (for #2) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The client and server cannot communicate, because they do not possess a common algorithm

HTTPS handshake returned error SEC_E_ALGORITHM_MISMATCH.
Fiddler's Enabled HTTPS Protocols: [Default] are controlled inside Tools > Fiddler Options > HTTPS.
m.nageh
Top achievements
Rank 1
 answered on 02 Dec 2017
1 answer
89 views

Hi,

      when I drag a file like 'XXX.har' into fiddler,it was nothing here.

I must click menu like file -> import session ->httpArchive and choose the file then it works.It is complicated.

     can this support for auto analysis when I drag a file like 'XXX.har' or other it already have.

Tks.

Alexander
Telerik team
 answered on 01 Dec 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?