Checking for updates has been disabled since the day I installed Fiddler, so I'm not sure why this is occurring.
---------------------------
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.
VersionCheckFailed: Server Response Code = 301
Type: System.IO.InvalidDataException
Source: Fiddler
at Fiddler.Updater.GetLatestVersion(Boolean includeBetaVersions, Boolean isEmergencyCall)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
Fiddler v4.6.2.3 (x64 AMD64) [.NET 4.0.30319.42000 on Microsoft Windows NT 10.0.10586.0]
---------------------------
OK
---------------------------
Hello,
Error appearing when I start fiddler via Terminal 'mono fiddler.exe'
Fiddler is running however not able to catch calls.
Prior opening the app an error pops up. (please see the attachment)
Thank you
xdg-open: unexpected argument 'certmgr.msc'Try 'xdg-open --help' for more information.Please help!
I've disabled every firewall I could, and did everything a admin commented on a other post but did not work!
I'm using Chorme and i'm getting pissed, I tried to trust it but it came out with the error.
If you can please help me.
Thanks - Kyoto
Hello,
I've been using Fiddler for a few months now and have recently started going through the OWASP Security Shepherd testing challenges.
In one of the challenges - Session Management Challenge One - one has to fiddle with the header, change something to get a string returned which shows success for this challenge. The problem I'm seeing is that Fiddler does not let this response through but TamperData does. I eliminated other factors like browser, etc and it seems to be a Fiddler issue and I'd like to understand why that is.
Once the POST request is sent, Fiddler returns response with a length of 0. TamperData returns a response with a length of 713. I attached screenshots for both and and have the session from Fiddler if that is needed.
If someone could let me know if there's anything that I'm doing wrong to prevent Fiddler from returning that response, please do let me know. On that point, there are NO filters and no rules set up in Fiddler.
Thanks for your help in advance!
I have a wpad script in Internet Option (Windows 7) that returns DIRECT for local IPs and addresses and returns one of two different proxy address depending on the destination.
This is my wpad.dat:
function FindProxyForURL(url, host) {
var direct = "DIRECT";
var proxy1 = "PROXY pfsense:3128";
var proxy2 = "PROXY e2guardian:8080";
if (isPlainHostName(host) ||
shExpMatch(host, "*.local") ||
isInNet(dnsResolve(host), "192.168.1.0", "255.255.255.0") ||
isInNet(dnsResolve(host), "192.168.0.0", "255.255.255.0") ||
isInNet(dnsResolve(host), "127.0.0.0", "255.255.255.0") ||
isInNet(dnsResolve(host), "184.168.27.41", "255.255.255.0"))
return direct;
if (dnsDomainIs(host, "logmeinrescue.com") || dnsDomainIs(host, "logmeinrescue-enterprise.com"))
return proxy1;
if (dnsDomainIs(host, "microsoft.com") || dnsDomainIs(host, "windowsupdate.com"))
return proxy1;
return proxy2;
}
I need to find which value it returns during each session/connection. How do I do that with Fiddler 4?
I suspect that Windows is doing some caching or the application (Logmein Rescue) requesting access is using a unknown address.
Just for information: e2guardian proxy is a content filtering server with SSL MITM protocol, which is not compatible with Logmein. pfsense proxy is a regular squid server. When I set the proxy static to pfsense the application works correctly while using e2guardian fails. So something during the application session is going to the wrong proxy.
Hello,
I am trying to create iis webdav, request/response from this website is not managed when I try to use webDAV.
I am newbie to fiddler. Please help..
In fiddler core's new versions (4.6.3.50306) i can't able to get all the preferences (especially "fiddler.certmaker.bc.cert" & "fiddler.certmaker.bc.key") but in the old version (i.e. 4.5.1) its working fine.
Code:
FiddlerApplication.Prefs.GetStringPref("fiddler.certmaker.bc.cert", null));
FiddlerApplication.Prefs.GetStringPref("fiddler.certmaker.bc.key", null));
Evenin the fiddler application's preference list these two preferences are missing
Hi,
In order to copy the Fiddler version details from the About dialog, I got the following stack trace output in the console:
Stacktrace: at <unknown> <0xffffffff> at (wrapper managed-to-native) System.Windows.Forms.X11Keyboard.Xutf8LookupString (intptr,System.Windows.Forms.XEvent&,byte[],int,intptr&,System.Windows.Forms.XLookupStatus&) <0x000a4> at System.Windows.Forms.X11Keyboard.LookupString (System.Windows.Forms.XEvent&,int,System.Windows.Forms.XKeySym&,System.Windows.Forms.XLookupStatus&) <0x000c3> at System.Windows.Forms.X11Keyboard.EventToVkey (System.Windows.Forms.XEvent) <0x0003f> at System.Windows.Forms.X11Keyboard.ToUnicode (int,int,string&) <0x0035f> at System.Windows.Forms.X11Keyboard.TranslateMessage (System.Windows.Forms.MSG&) <0x00127> at System.Windows.Forms.XplatUIX11.TranslateMessage (System.Windows.Forms.MSG&) <0x00023> at System.Windows.Forms.XplatUI.TranslateMessage (System.Windows.Forms.MSG&) <0x0001f> at System.Windows.Forms.Application.RunLoop (bool,System.Windows.Forms.ApplicationContext) <0x00ce7> at System.Windows.Forms.Form.ShowDialog (System.Windows.Forms.IWin32Window) <0x00897> at (wrapper remoting-invoke-with-check) System.Windows.Forms.Form.ShowDialog (System.Windows.Forms.IWin32Window) <0x00067> at Fiddler.frmAbout.DoAboutBox () <0x001b7> at Fiddler.frmViewer.miHelpAbout_Click (object,System.EventArgs) <0x0002b> at System.Windows.Forms.MenuItem.OnClick (System.EventArgs) <0x00065> at System.Windows.Forms.MenuItem.PerformClick () <0x0001e> at (wrapper remoting-invoke-with-check) System.Windows.Forms.MenuItem.PerformClick () <0x00053> at System.Windows.Forms.MenuTracker.OnMouseUp (System.Windows.Forms.MouseEventArgs) <0x002af> at System.Windows.Forms.Control.ProcessActiveTracker (System.Windows.Forms.Message&) <0x0016f> at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message&) <0x0004b> at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) <0x00217> at System.Windows.Forms.ScrollableControl.WndProc (System.Windows.Forms.Message&) <0x00013> at System.Windows.Forms.ContainerControl.WndProc (System.Windows.Forms.Message&) <0x0005b> at System.Windows.Forms.Form.WndProc (System.Windows.Forms.Message&) <0x00257> at System.Windows.Forms.Control/ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) <0x00024> at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) <0x00036> at System.Windows.Forms.NativeWindow.WndProc (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x00374> at System.Windows.Forms.XplatUIX11.DispatchMessage (System.Windows.Forms.MSG&) <0x0001f> at System.Windows.Forms.XplatUI.DispatchMessage (System.Windows.Forms.MSG&) <0x0001f> at System.Windows.Forms.Application.RunLoop (bool,System.Windows.Forms.ApplicationContext) <0x00cf3> at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext) <0x00057> at System.Windows.Forms.Application.Run (System.Windows.Forms.Form) <0x00033> at Fiddler.frmViewer.RunMain (string[]) <0x005bb> at Fiddler.frmViewer.Main (string[]) <0x00083> at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0x000c8>Native stacktrace: mono() [0x4accca] mono() [0x5040fe] mono() [0x4275d7] /lib/x86_64-linux-gnu/libpthread.so.0(+0x11390) [0x7fface105390] /lib/x86_64-linux-gnu/libc.so.6(strlen+0x26) [0x7ffacdb9fb96] /usr/lib/x86_64-linux-gnu/libX11.so.6(_XimLocalUtf8LookupString+0xe7) [0x7ffac9ff2917] [0x410ba695]Debug info from gdb:Could not attach to process. If your uid matches the uid of the targetprocess, check the setting of /proc/sys/kernel/yama/ptrace_scope, or tryagain as the root user. For more details, see /etc/sysctl.d/10-ptrace.confptrace: Operation not permitted.No threads.
Eventually, this might be a Mono related problem. I'm running on Ubuntu 16.04 with latest Xamarin Mono packages:
$ mono -VMono JIT compiler version 4.6.2 (Stable 4.6.2.16/ac9e222 Tue Jan 3 11:48:26 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: sgenKind regards, JoKi
Hi,
The current About dialog provides a scrollable area for version and system information. By increasing the height by ~20px this could be avoided.
Please see attached screenshot. Thanks.
Regards, JoKi