Telerik Forums
Fiddler Forum
1 answer
339 views

Hello,

My company has recently started using a proxy (which I can see set in the Local Area Network (LAN) Settings dialog.

Now, when I try and proxy my traffic through Fiddler from the urllib2 python library it does not get captured by Fiddler.  However, when I turn the Windows proxy off the traffic does get captured by Fiddler.

Does any body have an idea about why this would be?  Is there some contention between the way that Windows proxies traffic and the way Fiddler proxies traffic?

Thanks,

Douglas.

Douglas
Top achievements
Rank 1
 answered on 12 Jan 2018
1 answer
156 views

the yellow warning "system proxy was changed" pop up constantly.

I use PROCESS MONITOR to monitor the proxy.

Guess What I Found. 

there is no other application alter this value but itself ! 

See the Pic.  It delete the proxy setting automatically.

I don't know what to do.

 

Top achievements
Rank 1
 answered on 08 Jan 2018
0 answers
638 views

监听苹果app时提示下图信息,然后就不知道怎么弄了!

 

When listening to the apple app, prompt the following information, and then don't know how to do it!

 

 

Oliver
Top achievements
Rank 1
 asked on 05 Jan 2018
2 answers
445 views

Hi All,

i'd like to capture traffic to this kind of link : https://10.150.87.244/webcoding ( fiddlercore is working good with the url of this link is https://nlbp.webcoding.p04.cldsvc.net/webcoding)

I've manual added 10.150.87.244 to IE Exception when fiddlercore is running and it's working, I can access this link and can capture traffic. 

But I don't want to do that manual. Please advice (sorry for my bad Eng)

 

Tung
Top achievements
Rank 1
 answered on 05 Jan 2018
1 answer
525 views

I did a load test performance for an application, and sends many requests to the server through different concurrent users. Some requests failed and returned 504. However, I'm wondering about the time factors, and don't understand the followings:

A) There is an elapsed time about 1 minute between ClientDoneRequest and ServerConnected. I try to understand why I experience this 1 minute gap, what indicates, and how to interpret it/

1) ClientDoneRequest:13:06:11.336

2) ServerConnected:13:07:11.241

 

B) The other question is that the serverConnected is later than ServerBeginResponse! How is it possible?

1) ServerConnected:13:07:11.241

2) ServerBeginResponse:13:07:11.134

I copied the entire timing below:

 

NOTE: This request was retried after a Receive operation failed.

ClientConnected:13:04:28.914
ClientBeginRequest:13:06:10.972
GotRequestHeaders:13:06:10.972
ClientDoneRequest:13:06:11.336
Determine Gateway:0ms
DNS Lookup: 0ms
TCP/IP Connect:0ms
HTTPS Handshake:52ms
ServerConnected:13:07:11.241
FiddlerBeginRequest:13:07:11.294
ServerGotRequest:13:07:11.294
ServerBeginResponse:13:07:11.134
GotResponseHeaders:00:00:00.000
ServerDoneResponse:13:08:19.817
ClientBeginResponse:13:08:19.819
ClientDoneResponse:13:08:19.819

Overall Elapsed:0:02:08.846

Alexander
Telerik team
 answered on 03 Jan 2018
5 answers
261 views

I have attempted to figure out this problem but cannot determine what the root cause is. Basically, I am receiving a "ReadResponse()failed: The server did not return a complete response for this request. Server returned 0 bytes." message when I perform a basic GET. In the log it shows "fiddler.network.readresponse.failure> Session #9853 raised exception System.IO.IOException The read operation failed, see inner exception. < A call to SSPI failed, see inner exception"

This only started occurring after I updated the Cipher Suites which are supported on the web server. Below are the Cipher Suites that work and the ones that don't. It seems that Fiddler needs a DES option to be available for some reason but even when I remove just one of the ciphers that use DES, the failure occurs.

Working Cipher Suite:

ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS

Non-Working Cipher Suite:

ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:!DSS

 

On the web server, I see an error that states "Re-negotiation handshake failed: Not accepted by client!?". I can access the site fine through a web browser and using the first set of cipher suites but cannot with the second. Do you have any idea why removing just one of the DES suites causes this issue? 

Alexander
Telerik team
 answered on 03 Jan 2018
4 answers
1.2K+ views

Hello.

 

I hope you can help me. there is this page. espnganatelcel.com

every time I try to debugg with fiddler, the server refuses to connect. I tried every trick I searched about certificates but nothing. How do they accomplish that?

I hope some can help me out, I´m running fiddler ver. v5.0.20173.49666 for .NET 4

thanks.

Armando.

Alexander
Telerik team
 answered on 02 Jan 2018
3 answers
230 views

I was trying to watch all the Google Analytics HTTPS traffic from an Android App but it's impossible. 

All the recommended settings on http://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/ConfigureForAndroid were done. 

The smartphone barely connect to the network even though the settings are ok and well configured. 

Sometimes when it     

Alexander
Telerik team
 answered on 02 Jan 2018
5 answers
1.0K+ views

Hello,

I am using Fiddler in my home lab to see what encrypted traffic do my programs/apps send over internet. Fiddler is running under windows 10 on a dedicated machine. I have 2 client machines that use Fiddler as a remote proxy, one desktop with Windows 10 and one wireless smartphone with Android 7.1.1. Except for a few programs/apps (e.g. Viber, Skype), everything works fine. One of the main problems is that Android thinks it is offline. I could browse internet but PlayStore seems to be unable to download apps. So I decided to add some google hostnames to the proxy bypass list to see if this solves the problem. It seems that this list has no effect when Fiddler is running as a remote proxy.

Question 1: Is this how it is supposed to work or am I doing something wrong?

Another problem is memory usage: on the dedicated Fiddler machine I have upgraded from 6 to 8 GB RAM. It seems Fiddler uses nearly all RAM although I have limited the number of sessions to the minimal available (10000).

Question 2: Can I somehow tell Fiddler (using a script) to use e.g. only 6 GB?

 

I am using the latest Fiddler version.

kpuli
Top achievements
Rank 1
 answered on 28 Dec 2017
0 answers
93 views
---------------------------
Folder Creation 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.

Nicht genügend Quoten verfügbar, um diesen Befehl zu verarbeiten.



Type: System.IO.IOException
Source: mscorlib
   bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

   bei System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost)

   bei System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)

   bei Fiddler.CONFIG.() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Application\Config.cs:Zeile 1687.


Fiddler v5.0.20173.50948 (x64 AMD64) [.NET 4.0.30319.42000 on Microsoft Windows NT 6.3.9600.0]
---------------------------
OK   
---------------------------
Saleh
Top achievements
Rank 1
 asked on 27 Dec 2017
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?