Telerik Forums
Fiddler Forum
0 answers
368 views
---------------------------
Loading Script/Extensions 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.

已添加了具有相同键的项。

Type: System.ArgumentException
Source: mscorlib
   在 System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)

   在 System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)

   在 System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)

   在 Fiddler.FiddlerExtensions.() 位置 c:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Application\Extensions.cs:行号 757

   在 Fiddler.frmViewer.š(Object , EventArgs ) 位置 c:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Viewer.cs:行号 9752


Fiddler v2.6.3.49793 (x64 AMD64) [.NET 2.0.50727.5485 on Microsoft Windows NT 6.1.7601 Service Pack 1] 
---------------------------
Uncaught Exception in Session #2
---------------------------
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.

未将对象引用设置到对象的实例。

Type: System.NullReferenceException
Source: Fiddler
   在 Fiddler.FiddlerApplication.€(Session ) 位置 c:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\FiddlerApplication.cs:行号 986

   在 Fiddler.ClientChatter.() 位置 c:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\ClientChatter.cs:行号 897

   在 Fiddler.ClientChatter.() 位置 c:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\ClientChatter.cs:行号 1145

   在 Fiddler.Session.() 位置 c:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\Session.cs:行号 5140

   在 Fiddler.Session.‘() 位置 c:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\Session.cs:行号 3394

   在 Fiddler.Session.(Object ) 位置 c:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\Session.cs:行号 3347


Fiddler v2.6.3.49793 (x64 AMD64) [.NET 2.0.50727.5485 on Microsoft Windows NT 6.1.7601 Service Pack 1] 
---------------------------
确定   
---------------------------



Top achievements
Rank 1
 asked on 15 Dec 2016
0 answers
99 views
Okey guys im new in feddler. Now i am participating in a internet poll. This poll can give 1 vote in 3 hours. Can i give multiple votes in same time?
Munkhbat
Top achievements
Rank 1
 asked on 14 Dec 2016
0 answers
70 views
I have been using Fiddler successfully for several years, intercepting the web traffic from Hi5, to enable my own software to automatically play its game . Hi5 have this week changed something, somehow hiding some of the traffic so that my software now does not work. Has anyone any idea what they have done? or ideas for seeing the missing traffic?
Allan
Top achievements
Rank 1
 asked on 13 Dec 2016
0 answers
173 views
Hi, 
I want to run a selenium test on my local machine and catch http traffic on different machine.
This is my script:

RemoteWebDriver driver;
ChromeOptions chromeOptions = new ChromeOptions();
FiddlerApplication.Startup(8888, FiddlerCoreStartupFlags.Default);
OpenQA.Selenium.Proxy proxy = new OpenQA.Selenium.Proxy();
proxy.HttpProxy = "{IP of the different machine}:8888";
chromeOptions.Proxy = proxy;
DesiredCapabilities capabilities = (DesiredCapabilities)chromeOptions.ToCapabilities();
driver = new RemoteWebDriver(new Uri({IP of the different machine}:4444/wd/hub), capabilities, TimeSpan.FromSeconds(600));
FiddlerApplication.AfterSessionComplete += CollectDataThroughProxy;



private static List<string> dataStr = new List<string>();


private static void CollectDataThroughProxy(Session sess)
        {
            if (sess == null || sess.oRequest == null || sess.oRequest.headers == null)
                return;
            string headers = sess.oRequest.headers.ToString();
            var reqBody = sess.GetRequestBodyAsString();
            dataStr.Add(reqBody);
        }

When I change IP in the code and run it on my local machine, it works fine. However, when I change IP to different machine, I see the relevant page is open,but I don't get the http traffic from this machine.
I checked "allow remote computers to connect" in Fiddler options.

Can anyone please help me?
Thanks
Alexander
Top achievements
Rank 1
 asked on 13 Dec 2016
0 answers
445 views

Hi,

How can I set timeout to sessions?

Idan
Top achievements
Rank 1
 asked on 11 Dec 2016
0 answers
224 views
1. As in the main window set to display the time of the visit URL column?
2. If the server with installed Fiddler, people connected on the vpn, then how to display the information in the main window of the program, who looks at a specific url?
3. And how to display the user agent url viewed in the log of the main window of the program?
4. If possible fix URLs of images, videos, banners and so on. That is all that load a page of the website or application?
Алексей
Top achievements
Rank 1
 asked on 07 Dec 2016
0 answers
254 views
Fiddler when i open a web page contains video stream,fiddler drop the response body due to converse memory,but i want the response body of video stream,and it's only 15mb big,so i adjust the performance with 1000mb limit,but fiddler seemed ignore this setting and still drop the body,how can i solve this problem?
jun
Top achievements
Rank 1
 asked on 05 Dec 2016
0 answers
166 views

Hi, I'm new to Fiddler, I really need it in my web debugging (I use ASP.NET)

I tried to search for how to use it, but there is no much useful topics on this, may be due to its easiness!

but what I'm trying to do is capturing the session from my Web API service, but in Fiddler, as soon as I start the service, it start to capture a lot of sessions

and keep adding to its list, none of them seems is what I requested.

I'm following a tutorial on YouTube, where the tutor starts the service and issue a GET request and fiddler stores just this session.

Is there any configuration I can do to get it working like that?

Thanks in advance.

(I attached a screenshot of what the Fiddler looks like when I start the Web API service)

Mohamed
Top achievements
Rank 1
 asked on 05 Dec 2016
0 answers
143 views

I am adding color / highlight code to the CustomRules.js file since I need to have some IF statements and other logic items to know when to apply the color.  I have the logic working in the CustomRules.js file, but only for new sessions that I am capturing.

How can I open a SAZ file and have the logic in the CustomRules.js apply to previously saved sessions?

 

Thanks

Scott

Scott
Top achievements
Rank 1
 asked on 02 Dec 2016
2 answers
480 views

Hi,

I am trying to debug API calls from Android (6.0.1) App and have tried all the suggestions I can find on this forum and Google.

I am on Fiddler 4.6.2.32002

I have installed the Fiddler CA certificate using ipv4.fiddler:8888 on the Android device using CertEnroll and MakeCert, with wildcard enabled and also disabled. I am clearing certificates on device and Fiddler each time I try a different certificate.

I am able to see the certificates on the Android device as shown on attached screenshots.

But in Fiddler I only can see the "Tunnel To" requests.

Using IOS device it works fine after registering the certificate following similar procedure.

Any assistance would be appreciated.

Thanks

Allan
Top achievements
Rank 1
 answered on 01 Dec 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?