Telerik Forums
Fiddler Forum
1 answer
222 views

Hi,

I'm trying to capture request from https://management.azure.com/ but for some reason, I see the requests in the developer tools but not in .

 

I'm running Windows 10

Fiddler Info
v5.0.20182.28034 for .NET 4.6.1
Built: Wednesday, June 27, 2018

64-bit AMD64, VM: 1,578.0mb, WS: 508.0mb
.NET 4.7.1 WinNT 10.0.17763.0

 

Avi

Alexander
Telerik team
 answered on 22 Nov 2018
1 answer
952 views

this was what popped up

 

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

Could not load file or assembly 'Xceed.Zip.v5.4, Version=5.4.13572.13590, Culture=neutral, PublicKeyToken=ba83ff368b7563c6' or one of its dependencies. The system cannot find the file specified.

Type: System.IO.FileNotFoundException
Source: Fiddler
   at Fiddler.FiddlerApplication.„€()

   at Fiddler.frmViewer.‹•(String[] ˆ•)

   at Fiddler.frmViewer.‡•(String[] ˆ•)


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

 

if you could please help me, that would be great! it comes up in a gray box 2 seconds after i try and launch the app. i am running the latest version of windows. thank you.

 

 

 

Alexander
Telerik team
 answered on 22 Nov 2018
1 answer
226 views
I am creating a Fiddler extension in which users will have the ability to filter the sessions in the session list. Based on the user's filter condition I want to show/hide/highlight the sessions in the Fiddler's session list. But the problem that I am facing right now is that oSession["-hide"] = true.ToString().ToLower(); does not make that session hidden. Also now I am not sure how can I highlight that session in the session list.
Alexander
Telerik team
 answered on 22 Nov 2018
1 answer
96 views

After set agent on mobile phone, how to capture mobile traffic via fiddllercode, like fiddler4 does.

 

Can you supply a sample code?

Alexander
Telerik team
 answered on 22 Nov 2018
2 answers
154 views
App looks fantastic but.... decryption coming soon?
Kammen
Telerik team
 answered on 22 Nov 2018
3 answers
107 views
Out of curiosity, is there active development going on? are there new releases or updates? 
Kammen
Telerik team
 answered on 21 Nov 2018
8 answers
386 views

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 TestFiddler
09.{
10.    class Program
11.    {
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/forums
Finished session:       http://2380340583.log.optimizely.com:443
** 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.

 

Any idea?

Jaffee
Top achievements
Rank 1
 answered on 19 Nov 2018
0 answers
150 views

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?

 

tty
Top achievements
Rank 1
 asked on 11 Nov 2018
0 answers
79 views

When I set "AutoSave.Headersonly " from QuickExec command line, it is no work.

This is my command:

prefs set fiddler.extensions.AutoSave.Headersonly False

 

 

 

 

 

 

立超
Top achievements
Rank 1
 asked on 09 Nov 2018
0 answers
162 views

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

Cyprien
Top achievements
Rank 1
 asked on 06 Nov 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?