Telerik Forums
Fiddler Forum
1 answer
399 views

    We have a corporate proxy in place using Websense, and with it enabled there is no traffic capture in fiddler, nothing at all

It just has the one line where it checks for updates and nothing else, 

Any ideas?

I could get the proxy disabled on my system but that isn't the standard use case on the network so wont help in troubleshooting the original issue

Anyone had similar issues? Is there a way to whitlelist on the proxy to enable fiddler traffic to be captured?

Thanks

Nick Iliev
Telerik team
 answered on 08 Oct 2020
1 answer
240 views

Hallo,
I'm stuck with this since weeks so I'm looking for each possible explanation for this scenario:

I open a site with Firefox and it works. I open the same site with Chrome and I do get a 404 response. BUT if I start fiddler and run a request concerning this site, it also works with Chrome - responding with 200 of course. This even lasts when I close fiddler but it stops working as soon as I clear my Chrome Browser settings.

I did check the proxy settings on both browsers. They're both set to 'use system proxy settings'. So I don't have any clue what might cause this behaviour and I'm wondering if I've overseen anything that fiddler has an impact on..
Any help is highly appreciated.
Thanks

Nick Iliev
Telerik team
 answered on 07 Oct 2020
1 answer
632 views

I've noticed an issue when exporting data as HAR where the output is not binary identical to what was sent on the network. Specifically in my case one of the pages was UTF-8 encoded with BOM and that information was lost. I'd like to know whether there's a way of exporting all pages as base64 (like in the case of images) in order to preserve the page exactly as it was sent on the network.

Thank you.

Nick Iliev
Telerik team
 answered on 06 Oct 2020
1 answer
278 views

I am receiving this error message upon launching Fiddler 4:

---------------------------
Loading custom MIME mappings failed
---------------------------
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.

There is an error in XML document (0, 0).

Type: System.InvalidOperationException
Source: System.Xml
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)

   at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)

   at Fiddler.XmlFileMimeMappings..ctor(String filePath) in C:\Jenkins\Fiddler_Windows\workspace\FiddlerCore\FiddlerCore.Shared\Common\Core\MimeMapping\XmlFileMimeMappings.cs:line 41

   at Fiddler.frmViewer.š(Object , EventArgs ) in C:\Jenkins\Fiddler_Windows\workspace\Fiddler2\Fiddler.Shared\Viewer.cs:line 9968

System.Xml.XmlException: Root element is missing.

   at System.Xml.XmlTextReaderImpl.Throw(Exception e)

   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()

   at System.Xml.XmlReader.MoveToContent()

   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderList1.Read3_ArrayOfMimeMap()
Fiddler v5.0.20202.18177 (x64 AMD64) [.NET 4.0.30319.42000 on Microsoft Windows NT 10.0.18363.0] 
---------------------------
OK   
---------------------------

Nick Iliev
Telerik team
 answered on 06 Oct 2020
1 answer
244 views

Windows 10

---------------------------
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.

The composition produced a single composition error. The root cause is provided below. Review the CompositionException.Errors property for more detailed information.



1) The specified quota list is internally inconsistent with its descriptor



Resulting in: An exception occurred while trying to create an instance of type 'Telerik.NetworkConnections.NetworkConnectionsManager'.



Resulting in: Cannot activate part 'Telerik.NetworkConnections.NetworkConnectionsManager'.

Element: Telerik.NetworkConnections.NetworkConnectionsManager -->  Telerik.NetworkConnections.NetworkConnectionsManager -->  AssemblyCatalog (Assembly="Telerik.NetworkConnections, Version=0.1.2.0, Culture=neutral, PublicKeyToken=67cb91587178ac5a")



Resulting in: Cannot get export 'Telerik.NetworkConnections.NetworkConnectionsManager (ContractName="Telerik.NetworkConnections.NetworkConnectionsManager")' from part 'Telerik.NetworkConnections.NetworkConnectionsManager'.

Element: Telerik.NetworkConnections.NetworkConnectionsManager (ContractName="Telerik.NetworkConnections.NetworkConnectionsManager") -->  Telerik.NetworkConnections.NetworkConnectionsManager -->  AssemblyCatalog (Assembly="Telerik.NetworkConnections, Version=0.1.2.0, Culture=neutral, PublicKeyToken=67cb91587178ac5a")



Type: System.ComponentModel.Composition.CompositionException
Source: System.ComponentModel.Composition
   at System.ComponentModel.Composition.Hosting.CompositionServices.GetExportedValueFromComposedPart(ImportEngine engine, ComposablePart part, ExportDefinition definition)

   at System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportedValue(CatalogPart part, ExportDefinition export, Boolean isSharedPart)

   at System.ComponentModel.Composition.Primitives.Export.get_Value()

   at System.ComponentModel.Composition.ExportServices.GetCastedExportedValue[T](Export export)

   at Fiddler.Proxy.() in C:\Jenkins\Fiddler_Windows\workspace\FiddlerCore\FiddlerCore.Shared\Common\Core\Proxy.cs:line 283

   at Fiddler.Proxy..ctor(Boolean isPrimary, ProxySettings upstreamProxySettings) in C:\Jenkins\Fiddler_Windows\workspace\FiddlerCore\FiddlerCore.Shared\Common\Core\Proxy.cs:line 210

   at Fiddler.frmViewer.‹•(String[] ˆ•) in C:\Jenkins\Fiddler_Windows\workspace\Fiddler2\Fiddler.Shared\Viewer.cs:line 3339

   at Fiddler.frmViewer.‡•(String[] ˆ•) in C:\Jenkins\Fiddler_Windows\workspace\Fiddler2\Fiddler.Shared\Viewer.cs:line 3164


Fiddler v5.0.20202.18177 (x64 AMD64) [.NET 4.0.30319.42000 on Microsoft Windows NT 10.0.19041.0] 
---------------------------
OK   
---------------------------


Nick Iliev
Telerik team
 answered on 05 Oct 2020
3 answers
364 views

Hello,

Is there a way to script Fiddler via code? I want to be able to set up fiddler with AutoResponder enabled automatically and an imported .saz file and then run some test automation where Fiddler automatically responds. All of this needs to be done programmatically as part of a test suite. Does something like this already exist?

Nick Iliev
Telerik team
 answered on 05 Oct 2020
3 answers
564 views

Hello, I am writing to you because I have a problem with fiddler, the problem is that it does not capture the traffic of the pages I have tried installing the new version and everything, but on my old pc if it captures the traffic of the pages, I would like to know how I could solve this problem, which only happens to me on this PC.

thanks for watching, and sorry for my bad english.

Rosen Vladimirov
Telerik team
 answered on 02 Oct 2020
4 answers
230 views
Am i able to collect data from my phone via fiddler without using WIFI? I prefer the high speed internet a cable provides me with, but i am unsure where to put in my proxy settings in the phone if i do decide to use a ethernet cable to connect to the internet 
IP
Top achievements
Rank 1
 answered on 01 Oct 2020
1 answer
285 views

Hi Team,

I have installed fiddler on my company laptop

From my laptop I am able to see the Fiddler Echo Service Page, even I can see all the traffic running on my laptop.

But when I try to connect my android mobile( connected to the same wifi which laptop connected and also able to ping my mobile device) and do proxy changes

I don't see the fiddler echo service page in my mobile

I don't see any mobile traffic on Fiddler

Mobile is not able to access internet

Can anyone help me with this issue?

Nick Iliev
Telerik team
 answered on 29 Sep 2020
1 answer
130 views

There is some command line tools or handlers to save the traffic and filtering while run?

I need to run automation tests and save the traffic captured of the tests failed. My idea was to save every time a file is created in a specific folder (meaning test failed) and ignore those ones passed, in a way of fiddler is open and close every time a test is started and finish respectively.

Best regards,

Salvado

 

 

Nick Iliev
Telerik team
 answered on 28 Sep 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?