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!
Hi,
I just downloaded the latest version of Fiddler 4.6.20171.9220 and the FiddlerScript Editor, however it seems like the FiddlerScript Editor plugin is no longer compatible with the latest version of Fiddler. Whenever I open the FiddlerScript editor page I get an exception...
Is there a chance that the plugin will be updated?
Fiddler v4.6.20171.9220
Failed to import a pcap file thru (File->Import Sessions->Packet Capture), 'Host' field shows as 'PCAPImport' and 'URL' field shows "/MissingRequest" (as shown on the attached screenshot). Wireshark seems has no issue opening this pcap file.
Please help, thanks!
Hello!
I was hoping someone here would have a solution for a little bloop I keep encountering; When I’m connected to the proxy I cannot download or send any MMS texting. I discovered when I put “mms.vtext.com” into the Bypass Proxy For list I am then able to send mms. However, in order to receive them I have to manually put in every IP address that got declined through fiddler into that same list. Doing this is really inconvenient especially if you have a lot of contacts! Is there another way to get MMS to work when connected to the fiddler proxy?
Any advice would be greatly appreciated, thank you!
Hi,
I use fiddlercore C# dll frequently,
Is it possible to get FiddlerCore to listen to a unique localhost address? I know it normally listens to 127.0.0.1, but I want it to listen specifically to address 127.0.0.2 or 127.0.0.3 and NOT 127.0.0.1
How can I enter this information into the C# program code?
Thanks