Telerik Forums
Fiddler Forum
1 answer
87 views

I used fiddler to parse many sites

Actually i use Fiddler almost every day, more often than taking a coffee :) 

But today i for the first time got a problem:

when fiddler is running, the website 

https://betfred.mobi/

is not loading, just a ERR_CONNECTION_RESET message appears in chrome

I chaged Fiddler port to 9999, but it did not help

Does anybody has an idea about the reason of such behavior ?

 

Regards

Ihor

 β€‹

 

 

 

Eric Lawrence
Telerik team
 answered on 21 Oct 2015
5 answers
271 views

Hello,

 When using Fiddlercore within a C# application is it possible to change the default certificate name when using Makecert.exe?

 Ideally we wouldn't want a popup saying "Did you want to trust ... "DO_NOT_TRUST..." when we reach the point where we want to deploy our application.

 Kind Regards

 

 Marc

 

 

Eric Lawrence
Telerik team
 answered on 20 Oct 2015
3 answers
588 views
I've just started to use Fiddler on Windows 10 Enterprise x86 and I notice that whatever website link I open in Firefox or Edge the Response Webview tab in Fiddler is always blank. ​Is there anyway to fix it?
Eric Lawrence
Telerik team
 answered on 20 Oct 2015
1 answer
86 views

I love fiddler

 

Eric Lawrence
Telerik team
 answered on 19 Oct 2015
2 answers
1.5K+ views

Hi Eric,

I have created a program that "grabs" a link to any video or audio files that are being played in a browser.

(basic summary of what it looks like)

FiddlerApplication.BeforeResponse += delegate(Fiddler.Session oS)
            {
                uriAllowedMediaTypes = oS.oResponse["Content-Type"].ToLower().Contains("video") || oS.oResponse["Content-Type"].ToLower().Contains("audio") ||                 oS.oResponse["Content-Type"].ToLower().Contains("media");
                if (uriAllowedMediaTypes)
                {
                    uriStr = oS.fullUrl.ToString();                    
                    File.AppendAllText(@"C:\Desktop\medialinks.txt", oS.fullUrl + Environment.NewLine);
                }
            };



So for example I can watch a 1mb size video in my browser and I can then later manually download that video, since I know what the url to download that video is (using a download manager of course).
By the time I have finished the manual download I would of used 2mb data (total, 1mb watching and 1mb download). This was my original plan all along.

I then had a lightbulb moment. I wondered if it was possible to watch the video and while the video is playing I was hoping that my fiddlercore program could "copy" the bytes of the video / audio going through the proxy to my local drive.

This way I can have a backup of all the videos I watch on the internet without using extra bandwidth.

So I would watch the video and automatically have a copy saved locally.

In the end instead of using 2mb like my first example. I would of only used 1mb and still have a local copy of the video.

Is there a way to do this in c#? (and if possible also have a variable which holds the number of bytes that have so far been downloaded).

I did some research but only found ways to save the text response and not much else.

Regards
Hendrik 

p.s Would buffering be necessary ?


Hendrik
Top achievements
Rank 1
 answered on 18 Oct 2015
3 answers
310 views

I tried to run Fiddler on Windows Server 2003, and it just will not load.

Does it run or do we need to load anything else on our Windows 2003 R2 x64 server?

It is loading fine on Windows 2008 R2 X64, but not Windows 2003.

 

Eric Lawrence
Telerik team
 answered on 15 Oct 2015
2 answers
205 views
I'm using fiddlercore to do some website traffic tests.  Basically, the tests go to a website and verify some http requests were made.  I have a number of different tests that do this across many different websites.  I'm using a test framework that supports parallelism (Nunit 3.0), so I want to be able to run my tests in parallel, but still keep the traffic from each thread separate.  I'm not sure how to do this with fiddlercore, as I can't just give it a process to watch because all of the threads are from the same process.
Dirty
Top achievements
Rank 1
 answered on 15 Oct 2015
4 answers
279 views
Whenever I close Fiddler, the SSL protocols I have selected under Tools > Fiddler Options... > HTTPS > Enabled Protocols are forgotten, so the next time I start the app, it defaults to SSL3 only. Is this a bug or a feature, and if the latter, why?
Eric Lawrence
Telerik team
 answered on 13 Oct 2015
5 answers
2.0K+ views

Hi Telerik Team,

Thanks for creating Fiddler. It is an awesome and useful product.

I am using Fiddler 4.6.0.2 on Windows 8.1. I am trying to monitor some traffic from my android mobile. I am able to fetch the HTTP traffic flawlessly but i have issues with HTTPS traffic. My requests says HTTPS handshake failed.

I have tried changing the port and removing/installing the certificate again. But it hasn't helped me.

Here's the log:

22:13:15:2555 [Fiddler] No HTTPS request was received from () new client socket, port 60376.
22:13:15:2711 [Fiddler] No HTTPS request was received from () new client socket, port 60374.
22:13:15:3022 [Fiddler] No HTTPS request was received from () new client socket, port 60373.
22:13:15:3178 [Fiddler] No HTTPS request was received from () new client socket, port 60375.
22:13:15:4268 [Fiddler] No HTTPS request was received from () new client socket, port 60377.
22:13:18:9190 fiddler.network.https> HTTPS handshake to www.olacabs.com (for #461) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The Local Security Authority cannot be contacted

Win32 (SChannel) Native Error Code: 0x80090304
22:13:48:4931 fiddler.network.https> HTTPS handshake to www.olacabs.com (for #465) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The Local Security Authority cannot be contacted

Win32 (SChannel) Native Error Code: 0x80090304
22:13:48:5243 fiddler.network.https> HTTPS handshake to www.olacabs.com (for #466) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The Local Security Authority cannot be contacted

Win32 (SChannel) Native Error Code: 0x80090304

Please help me to resolve the issue.

I have also attached the screenshots in case it helps.

​

Ankit
Top achievements
Rank 1
 answered on 12 Oct 2015
7 answers
556 views

I have Windows 7 6bit. Fiddler 2 fresh install, no scripts, filters are off, https capturing/decryption enabled, certificate exported and installed/stored under Trusted Root Certification Authorities. Tried with Chrome and Firefox.

 When I browse  2 sites from internet that both use https and are constantly communicating with fresh data (page itself is not fully reloaded, only data within) probably with jQuery/API in JSON/XML format from the server then one site data communication is captured and the other not. I captured same site data communication over the year ago with success and without any tricks (except allowing https capture/decryption in Fiddler). From visible side the site has not changed.

 If anyone interested testing then:

https://ee.olybet.com/en/Sports/?method=PreMatch

go to LIVEBET, pick one ongoing event and wait the data communication (red/green arrows will appear)

I am very thankful for any hint.

Risto
Top achievements
Rank 1
 answered on 12 Oct 2015
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?