Well... i had a bunch of suggestions and a really thoughtful post of 7 issues, but then i closed fiddler, forgot to reset the proxy, pressed "Post this thread" and lost everything... so... here we go again...
i tried all update uninstall and install again resetd settings but again it didnt work and when i open fiddler i lose my internet proxy server i have used for 1 month regulary for games and worked fine and one day it show me this problem i dont know how to fix
I'm using window 7 PC.
I have an app, and it cannot access the mobile site web page because it only allows mobile user agent otherwise it redirects to PC version web page.
I've installed Fiddler, and go to rules - user agent - custom - Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; Nexus S Build/GRK39F) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1.
After modifying user agent, sing chrome browser I could access the mobile address of the site, but using the app, it still cannot access to the mobile address.
I want to know why the app cannot access to mobile websites.
Hi guys,
Is there a way from an external source of clearing/exporting the fiddler session list? I have a visual studio webtest plugin and I want to automate the creation of recordings.
i.e. While a test is running, record a test, export it and clear the session ready for the next test to run.
If this doesn't exist, is there anyway I could write an extension that does this?
Thanks
Not sure from when, Fiddler simply won't terminate after clicking the close button. Updated to the latest version v4.6.20171.9220, the issue is still there.
My OS is Win7 Ent SP1.
Call stack of the hanging thread.
==============================================
OS Thread Id: 0x6a30 (7)
Child SP IP Call Site
000000001ee9e848 0000000076dcc0ea [HelperMethodFrame_1OBJ: 000000001ee9e848] System.Threading.WaitHandle.WaitOneNative(System.Runtime.InteropServices.SafeHandle, UInt32, Boolean, Boolean)
000000001ee9e970 000007fee0d1a0d1 *** WARNING: Unable to verify checksum for C:\Windows\assembly\NativeImages_v4.0.30319_64\mscorlib\fa8eef6f6cb67c660d71e15c5cad71b5\mscorlib.ni.dll
System.Threading.WaitHandle.InternalWaitOne(System.Runtime.InteropServices.SafeHandle, Int64, Boolean, Boolean)
000000001ee9e9a0 000007fee0d1a0a1 System.Threading.WaitHandle.WaitOne(Int32, Boolean)
000000001ee9e9e0 000007fed62da532 *** WARNING: Unable to verify checksum for C:\Windows\assembly\NativeImages_v4.0.30319_64\Telerik.Analytics\8d921e35a226a0a0c0cdc9bacfd59599\Telerik.Analytics.ni.dll
*** ERROR: Module load completed but symbols could not be loaded for C:\Windows\assembly\NativeImages_v4.0.30319_64\Telerik.Analytics\8d921e35a226a0a0c0cdc9bacfd59599\Telerik.Analytics.ni.dll
Telerik.Analytics.Utility.WaitHandleUtil.WaitOne(System.Threading.WaitHandle, System.TimeSpan)
000000001ee9ea10 000007fed62dccb7 Telerik.Analytics.Network.ServiceRequest.SendRequest(System.TimeSpan)
000000001ee9ea70 000007fed62da979 Telerik.Analytics.Core.Submitter.Submit(Telerik.Analytics.MonitorSettings, System.TimeSpan, System.String, System.String)
000000001ee9eb80 000007fed62d8a86 Telerik.Analytics.Core.Dispatcher.b__2()
000000001ee9ec80 000007fed62cf4e9 Telerik.Analytics.Utility.CodeUtil.SafeAction(Action)
000000001ee9ecc0 000007fed62d8187 Telerik.Analytics.Core.Dispatcher.GetAndSendNextPacket(Telerik.Analytics.Core.Submitter, System.TimeSpan, System.String)
000000001ee9ede0 000007fed62d876c Telerik.Analytics.Core.Dispatcher.b__1()
000000001ee9ee30 000007fed62cf4e9 Telerik.Analytics.Utility.CodeUtil.SafeAction(Action)
000000001ee9ee70 000007fed62d8104 Telerik.Analytics.Core.Dispatcher.IncomingDataLoop()
000000001ee9eeb0 000007fee0d22490 System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
000000001ee9ef80 000007fee0d22327 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
000000001ee9efb0 000007fee0d31a50 System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
000000001ee9eff0 000007fee0d31f70 System.Threading.ThreadPoolWorkQueue.Dispatch()
000000001ee9f518 000007fee21d3753 [DebuggerU2MCatchHandlerFrame: 000000001ee9f518]
Hi,
Sometimes our WPF application seems to be in a state where HTTP POST hangs when there is a small burst of web services requests. However when running Fiddler we do not get into that state.
So I am wondering what Fiddler could be doing to avoid this issue ?
We have also noticed that if we remove the option Reuse Client Connection from Fiddler we do experience similar issue.
Why removing this option would make our application not work properly ?
Any recommendation to help investigating this issue would be really appreciated .
Thanks,
Caroline.
Trying to get fiddler to work in visual studio 2010 using chrome when run from the IDE
On the development machine the url looks like http://localhost:someport/somefile.aspx
I set a static port in the VS project properties and told fiddler to monitor that port - nothing.
I modified the .net framework machine.config to run on a proxy per internet suggestions - nothing
<system.net> <defaultProxy useDefaultCredentials="true" enabled="true"> <proxy autoDetect="false" bypassonlocal="false" proxyaddress="http://127.0.0.1:8888" usesystemdefault="false" /> </defaultProxy> </system.net>
Some internet suggestions were to change the proxy server in code, but gave only a snippet, not sure where such code should go.
I added proxy configurations to the web.config file per some suggestions - no help.
This should not be this difficult...please help!