Telerik Forums
Fiddler Forum
5 answers
294 views

Hey guys,

I know there are some other posts on this. So the setup I've got which is mostly working is with:

  • TLS Decrpytion
  • Streaming mode enabled
  • Loopback Exemption for Mail and Calendar

The odd thing is that if I close Mail (and end the process since it's a background app) and start it up, then Fiddler will capture it fine. The traffic is visible, and the app will operate correctly (sync, send etc.)

However, after some time period, the capturing will stop, and then the app will stop being able to communicate as well. Even if I stop overall Fiddler capture, this will not fix the problem, nor will ending Fiddler (cancelling it's proxy), only nuking the Mail App and restarting it corrects the issue once this occurs. If I don't run Fiddler at all, it doesn't run into this problem, and always connects fine.

Seems like this probably isn't a direct Fiddler issue, I wondered if anyone had any ideas about why it might cease functioning after a time?

Cheers,

Mike

Mike
Top achievements
Rank 1
 answered on 30 Apr 2018
1 answer
165 views

We have been using Fiddler in order to trouble shoot issues regarding the Distribution Functionality in SAP's EPM Add-in application. This worked fine with our Windows 7 platform. However, after an upgrade to Windows 10, we are no longer getting any trace/log information after logging into the EPM Add-in application.

 

Any assistance is appreciated?

Alexander
Telerik team
 answered on 25 Apr 2018
0 answers
167 views
Hello ,
I installed the fiddler , trusted the certificate did all the things , but when i try to access this site " eharmony.com "  , i get this error:
" System.IO.IOException Received an unexpected EOF or 0 bytes from the transport stream. " .
Can somebody help me , i also put the tls.1.2 into protocols list .
Rodium
Top achievements
Rank 1
 asked on 24 Apr 2018
0 answers
159 views

Hi

I need send a specific request and use one parameter of its response to send another request.

Is it possible to do it? for like 100 times?

How should I start? Any example or tutorial?

Hamid
Top achievements
Rank 1
 asked on 22 Apr 2018
0 answers
55 views




hey guys i have mutiple files of commands used for fiddler
currently i copy n paste to fiddler raw > execute manually and > inspect outcome 




is there a way i can automate this process?
script?


i want it to be able to auto load my files> compose > inspect display error codes as json.
play
Top achievements
Rank 1
 asked on 21 Apr 2018
8 answers
3.6K+ views
Good afternoon! 

We're looking to use Fiddler for troubleshooting on-demand and want to be able to do some automated install/uninstall pushes.  Are there any silent or unattended options that can be used with this installer?  Or perhaps an MSI package rather than the provided EXE?  And once it's installed, is there a way to automatically configure some general parameters, like disabling the autocheck for updates and preventing the autoload of the website on first run as it's inaccessible from our environment anyhow?  Thank you for your assistance!!  :)
Liyakhat ali
Top achievements
Rank 1
 answered on 20 Apr 2018
3 answers
965 views
I have installed Fiddler certificate to my Android device. I see decrypted https traffic, but there are no websocket requests.What can be the reason of this problem?
Simeon
Telerik team
 answered on 13 Apr 2018
2 answers
2.3K+ views

what do the colors of the lines mean??

JERRY
Top achievements
Rank 1
 answered on 12 Apr 2018
2 answers
192 views

Web server host on remote box, I have fiddler set up with a Host filter to "Show only the following hosts" http://192.168.48.64:3005/;

Fiddler reports "Capturing" but no traffic is coming through, despite using and refreshing the webpage repeatedly. I've even used Postman to issue a simple login GET. While filter is active, all traffic is removed from feed. Only using "Help > Troubleshoot" reveals all traffic with strike through, but unfiltered traffic is better at that point because it lacks the strike through.

Switching Host filters to -No Host filter- and instead turning on Client Process "Show only traffic from" application, and using that application to generate traffic did work.

Using Google chrome and Postman to create traffic.

Progress Telerik Fiddler Web Debugger
v5.0.20173.50948 for .NET 4.6.1
Built: Thursday, December 14, 2017
64-bit AMD64, VM: 78.0mb, WS: 133.0mb
.NET 4.6.2 WinNT 10.0.14393.0

Christmas
Top achievements
Rank 1
 answered on 11 Apr 2018
3 answers
1.1K+ views
I'm having trouble with Fiddler on pages using server-sent events. The eventsource just stays in a pending status if Fiddler captures the request. I don't need to inspect the events in Fiddler, but I would like to be able to inspect the other requests in Fiddler without breaking the page.
 
While Fiddler is capturing sessions:
  1. Run a server side event server such as https://github.com/hemanth/sse-now
  2. Open a page that connects to the server (below)

Result: Events are not received

Following the same steps while Fiddler is not capturing sessions, everything works as expected. Enabling streaming does not solve the issue.

Is this a bug in Fiddler or is there some way I configure Fiddler to handle this?

 

Example testSSE.html

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>SSE demo</title>
</head>
<body>
 
</body>
<script>
var source = new EventSource('http://localhost:8000');
source.onmessage = function(e) {
  document.body.innerHTML += e.data + '<br>';
};
</script>
</html>
Simeon
Telerik team
 answered on 10 Apr 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?