Telerik Forums
Fiddler Forum
0 answers
117 views
hi! i'm trying to capture sessions from chrome but sometimes it captures chrome:17740 and sometimes other number. how do I keep all sessions from chrome?
shushu
Top achievements
Rank 1
 asked on 25 Oct 2018
0 answers
267 views

Hi,

I got below error when launching fiddler for the 1st time:

"---------------------------
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 6.1.7601 Service Pack 1] 
---------------------------
OK   
---------------------------

"

Man
Top achievements
Rank 1
 asked on 22 Oct 2018
1 answer
242 views
I'm trying to post binary data using Composer option to my server but the server didn't recognize the request. but the same query working fine with curl and postman.
Ken
Top achievements
Rank 1
 answered on 21 Oct 2018
0 answers
91 views
How to persist the color of Find Sessions? I changed from Yellow to another color and whenever I use the option again, it reverts to yellow.
Tony
Top achievements
Rank 1
 asked on 20 Oct 2018
2 answers
195 views
I am trying to  create a very basic read some http request/response codes program using the fiddler core library for c# .net v. 4.5.2 . There are plenty of good code examples and I managed to read the required status codes using the Chrome browser. But I can’t do it in IE 11 (The AfterSessionComplete event is  not called or called very rarely). The website is plain HTTP so no need for any certificates or such. Checking Internet explorer LAN setting shows that it is using fiddler proxy with my preset port 9999. Sadly the Logstring and Notification event don’t provide any output. Any tips or tricks to try out would be appreciated.
ekranas
Top achievements
Rank 1
 answered on 19 Oct 2018
0 answers
615 views

Hi Folks, 

First of all, love Fiddler, what a great product, and continues to be, on a PC anyway. On Mac, well....., honestly, I don't think you should advertise product when it's still pretty clearly not something you're building a business on. But, I do so hope you get there. And, if it helps, I'd be thrilled to get a fully supported and working Mac product and pay for it.  

In any case, I need to add tls1.2 to the Protocol Options list in the "Tools-Options-HTTPs" dialog. 

However, trying to click on it, a dialog window opens but it's empty, and flickers constantly until the whole environment crashes with an error message regarding a stack fault. NB: I am starting it as "mono --arch=32 Fiddler.exe".

So, how do I go about getting the options changed there? I've done a whole-harddrive search for a config file somewhere that keeps the options, in the hope I could edit it and start mono Fiddler and that would get it done, but, no luck. So, the window is my only choice at this point and it's simply not working. 

Alternatively, perhaps an update to the release that simply includes latest HTTPs protocol options, 

Thanks, 

KW Landry 

 

 

 

K.W.
Top achievements
Rank 1
 asked on 18 Oct 2018
0 answers
267 views
I'm working with a Microsoft application that has a web front end running on IIS acting as a client and on another server a web service application is running. I was interested in some of the traffic that might be going back and forth but fiddler doesn't seem to pick it up. It's definitely web traffic and fiddler does pick it up when I run a powershell invoke-webrequest to the web service endpoint. When I run a netstat I can see the open connection between the client server and the web service server shortly after making a request through the front end and it disappears shortly after as I would expect. But no fiddler traffic. Why would this traffic be missing? Could it be a security thing where it refuses the proxy or something?
Daniel
Top achievements
Rank 1
 asked on 18 Oct 2018
0 answers
361 views

Hi.

How i can solve what fiddler does when it captures traffic? 

I have a client - server software that stopped working. I have no clue why it stopped and now client gets http 400 bad request.

I installed Fiddler on Win7 PC to capture the traffic for analysis and when i capture traffic the client software works fine. I have disabled almost everythting from options. 

HTTPS, Connections, Gateway (no proxy), performance. Nothing enabled from these settings.

Is there anything else that i can disable so i can identify component what affects to client software?

 

 

Jari
Top achievements
Rank 1
 asked on 17 Oct 2018
0 answers
318 views

Hello Everyone,

 

Our organization has a security control in place which disables "WinHTTP Web Proxy Auto-Discovery Service" on the all our Windows 7/8/10 machines.  we have started testing Windows 10 release 1803 and with "WinHTTP Web Proxy Auto-Discovery Service" disabled it seems fiddler cannot set the proxy on the machine.  This same control is in place for previous Windows 7/8/10 releases as well and I have no issue using Fiddler on these machines. 

Did anyone else also encounter a similar issue?  Is there an explanation for this problem?

Thank you for your help in advance.

-WindowsGuy

ScanSystemPro
Top achievements
Rank 1
 asked on 15 Oct 2018
0 answers
1.4K+ views

Fiddler on Windows does not allow Mac client's to connect through to https sites when basic auth is enabled in Fiddler. Requests sent to http sites work OK. Also when basic auth is disabled the Mac can connect to both http and https sites without any problems.

It seems that Fiddler does not support the Mac request which includes the http headers:

  • Proxy-Connection: keep-alive
  • Connection: keep-alive

Fiddler responds with a Connection: close header.

On the Mac this results in a kCFErrorDomainCFNetwork error 310. You can see this most easily in Safari. Note that other applications that do not use the Mac API, such as Chrome work fine.

Testing a proxy server written in C# it seems that the Mac wants the connection to be kept alive and cannot handle Fiddler closing the connection. If the proxy server returns a Connection: keep-alive then the Mac seems to be able to respond with the basic auth credentials.

Question:

Can Fiddler be changed to honour the keep-alive header when denying access with a 407 proxy authentication required?

Setup:

Fiddler v5.0.20182.28034 installed on Windows. Configured to be the system proxy, allow remote computers to connect - enabled, reuse client and server connections - enabled.
Mac High Sierra 10:13.6. Mac network settings configured to use Windows machine with Fiddler as the Web Proxy (HTTP) and Secure Web Proxy (HTTPS)

Matt
Top achievements
Rank 1
 asked on 13 Oct 2018
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?