Hello,
There is an old library which I do not have the source.It is a client library for an API endpoint.
I need to log which requests are made from which function. Since library is used in a multithreaded environment, and I cannot alter the requests and responses, I'm stuck.
One way would be creating a series of proxies and assigning them to client before each function call, but it seems very inefficient.
Any thoughts?
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
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
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.
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
---------------------------
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
---------------------------
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?
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.