Hi,
I've developed an Fiddler extension (MockingBird) and would like to submit it to Telerik to list it on Extension page which I think will help others because any user of the producer will certainly to go company's forum/website for help. Below is the link to my extension:
https://github.com/hemantsharma-io/MockingBird
The interesting idea is to convert a Fiddler session to any other text format and use it further in another favorite tool for debugging/analysis with a simple mustache template e.g. i've created a template to convert Fiddler session to JMX test plan with just a drag-n-drop. More templates can be added locally for specific use cases.
I'm open to add/update detail in repo's wiki if required.
Thanks,
Hemant

Hello,
I am trying to use the .NET Standard beta of fiddlercore. A very simple test application results in the following error:
```
Unhandled Exception: System.ComponentModel.Composition.ImportCardinalityMismatchException: No exports were found that match the constraint:
ContractName Telerik.NetworkConnections.NetworkConnectionsManager
RequiredTypeIdentity Telerik.NetworkConnections.NetworkConnectionsManager
at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(ImportDefinition definition, AtomicComposition atomicComposition)
at Fiddler.Proxy..ctor(Boolean , ProxySettings ) in C:\JenkinsHome\jobs\FiddlerCoreForNetStandardReleaseBuild\workspace\Fiddler2\Common\Core\Proxy.cs:line 208
at Fiddler.FiddlerApplication.Startup(FiddlerCoreStartupSettings startupSettings) in C:\JenkinsHome\jobs\FiddlerCoreForNetStandardReleaseBuild\workspace\Fiddler2\Common\FiddlerApplication.cs:line 732
```
I have added all the FiddlerCore nuget packages and ensured that Telerik.NetworkConnections.dll and Telerik.NetworkConnections.Windows.dll are present in the application directory. I also have cleared the ComponentCache for Visual Studio.
Please advise.
Kind regards

Hi,
I am trying to invoke the execaction from powershell script. Is there any reference document for the valid commands for the same? I would like to export html, xml and .saz reports.
Many thanks.
Hi,
since my company brought in a new corporate proxy (IBoss) I am unable to use Fiddler.
Any ideas please? The error I receive is "The system proxy was changed. Click to reenable Telerik Fiddler capture".
From some googling I am guessing that IBoss proxy is changing settings as soon as Fiddler makes a change.
In IE, I do not have any entries in Internet Options -> LAN Settings -> Proxy Settings (and these settings are now blank & disabled). There is an automatic config script.
If I use foxy proxy to change proxy to localhost and give a port, I can capture local traffic but nothing external (ie anything that should go though IBoss). Have tried several Gateway options in Fiddler but unsure what Fiddler needs.
Any thoughts please?
Dan
Hello, the situation is that I am testing a controller from this application, I am working with an api, asp.net core and entity frame, the thing is that I do not connect the vue.js with the asp, so I am testing the controller from this application.
I have been trying to send the data to the controller but it gives me a data error in the "idUsuario" section = {"errors":{"":["Error converting value \"IdUsuario\" to type 'SMAD_WEB.Modelos.UsuarioModelo.UsuarioViewModel'. Path '', line 1, position 12."]},"title":"One or more validation errors occurred.","status":400,"traceId":"80000166-0006-ff00-b63f-84710c7967bb"}
all the gesture, controller, model, and data, is in int, but at the time of sending it, it tells me that it cannot connect it
"IdUsuario" : 504100637,
" NomUsuario ": "wilberth",
"' EmailUsuario "' : "wil@gmail.com",
"contrasena" : "1234"
"Rol": 1
In this way I send it, will it be that it is badly sent, can anyone tell me how to save it?