
I'm coding a very basic C# Console application to try FiddleCore.
I start the application and then I navigate with the browser to http://www.telerik.com/forums and some output is printed on the console.
Here is the code:
01.using System;02.using System.Collections.Generic;03.using System.Linq;04.using System.Text;05.using System.Threading.Tasks;06.using Fiddler;07. 08.namespace TestFiddler09.{10. class Program11. {12. static void Main(string[] args)13. {14. Console.WriteLine("Start...");15. FiddlerApplication.OnNotification += delegate(object sender, NotificationEventArgs oNEA) { Console.WriteLine("** NotifyUser: " + oNEA.NotifyString); };16. FiddlerApplication.Log.OnLogString += delegate(object sender, LogEventArgs oLEA) { Console.WriteLine("** LogString: " + oLEA.LogString); };17. FiddlerApplication.AfterSessionComplete += delegate(Fiddler.Session oS)18. {19. Console.WriteLine("Finished session:\t" + oS.fullUrl);20. };21. 22. FiddlerApplication.Startup(8888, FiddlerCoreStartupFlags.Default);23. 24. Console.ReadKey();25. Console.WriteLine("Shutting down...");26. FiddlerApplication.Shutdown();27. Console.ReadKey();28. }29. }30.}
I have a problem with CertMaker but I don't understand why. I have already copied CertMaker.dll in the Debug folder but I'm obviously making a mistake somewhere.
Here are first few lines of output:
Start...Finished session: http://www.telerik.com/forumsFinished session: http://a.company-target.com/pixel?type=js&id=1462564838&page=http%3A%2F%2Fwww.telerik.com%2FforumsFinished session: http://2380340583.log.optimizely.com:443Finished session: http://a.company-target.com/pixel?type=js&id=1462564801&page=http%3A%2F%2Fwww.telerik.com%2Fforums** LogString: Failed to load CertMaker from 'c:\users\bobo\documents\visual studio 2012\Projects\TestFiddler\TestFiddler\bin\Debug\CertMaker.dll' due to 'Impossibile caricare il file o l'assembly 'FiddlerCore, Version=2.6.3.50306, Culture=neutral, PublicKeyToken=67cb91587178ac5a' o una delle relative dipendenze. La definizione di manifesto dell'assembly specificato non corrisponde al riferimento all'assembly. (Eccezione da HRESULT: 0x80131040)'.** LogString: /Fiddler.CertMaker> Using ♦.?¶+?¶ for certificate generation; UseWildcards=True.Finished session: http://s1325.t.eloqua.com/visitor/v200/svrGP?pps=70&siteid=1325
Any idea?
fiddler packet send repeat count delay?
Repeat transmission function is being tested
But there is no delay control
repeat count 0.01sec?
Shift+R Send Packet Delay Control Options?
There are only a few repetitions but no delay options Is there a way to add them separately?
When I set "AutoSave.Headersonly " from QuickExec command line, it is no work.
This is my command:
prefs set fiddler.extensions.AutoSave.Headersonly False
Hello,
I'm trying to use Fiddler with my iPhone. I was able to install the certificate and authorize it. I followed all the steps by authorizing remote computers etc..
My problem is that when I try to add my vpn on the Iphone by going to proxy Manual and then I put my ip address, when I try to turn it on it doesn't work. It says :"The VPN server could not be found.".
Thanks for you help,
Best
Hello,
Sorry if this has already been solved, but a bit of Googling hasn't turned up anything that works.
I'm trying to inspect communications between a client application on my PC and a web server on my office network. Running Fiddler v5.0.20182.28034.
When I click Tools>Options>HTTPS>Decrypt HTTPS Traffic, I get this exception:
System.Security.Cryptography.CryptographicException: Access is denied.
at System.Security.Cryptography.X509Certificates.X509Store.Open(OpenFlags flags)
at ..(String ) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\DefaultCertProvider.cs:line 1147
at ..(String , Boolean ) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\DefaultCertProvider.cs:line 1260
...
There's more information, in the file attached.
If I click Actions>Reset All Certificates, I get a similar but different exception:
---------------------------
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.
Access is denied.
Type: System.Security.Cryptography.CryptographicException
Source: System
at System.Security.Cryptography.X509Certificates.X509Store.Open(OpenFlags flags)
at ..(String ) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\DefaultCertProvider.cs:line 1147
at ..GetRootCertificate() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\DefaultCertProvider.cs:line 1013
at ..() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Options.cs:line 2503
Fiddler v5.0.20182.28034 (x64 AMD64) [.NET 4.0.30319.42000 on Microsoft Windows NT 6.3.9600.0]
Happy to provide any more information if required.
Thanks!
Hi,
We do have a WPF application that send http request and web service calls to a server. We are also using TLS 1.2.
Everything is working find except when we run over a VPN connection. At one point, our web service call seems to be get stuck and the client do not get any response back from the server (and no timeout).
The VPN client software that is currently in used by the customer is Cisco AnyConnect version 3.x version.
Now when I run Fiddler 2, to investigate the issue , everything is working fine !
Why Fiddler would avoid our web service call to be stuck ? Is there a way I can run Fiddler in a mode that I could debug our problem ?
Any suggestion would be appreciated ...
Thanks

