Hello,
I need Fiddler, acting as a permanent proxy, to catch requests for a specific host, and add a Referer Header to each of these requests. How this can be implemented?
Thanks a lot.
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.