Reinstalling without keeping settings did not help. I'm guessing I have something really huge/corrupted in the Composer history. Which file / registry key should I delete?
Thanks!

I installed the Fiddler on the Mac.
Following the instructions, when I enter
mono Fiddler.exe
I get the following error message:
-bash: mono: command not found
Any ideas?
Thanks,
Michael
I'm use sock from SSH Tunnel Port Forwarding and receive error.
Work basic:
https://i.imgur.com/BwvobUX.png
Don't work with Fiddler:
https://i.imgur.com/Yy6QZWx.png

I have a single ADFS server that is part of an Active Directory domain. I'm having an issue with a Federated application and have turned to Fiddler to troubleshoot (as I have done in the past) and all of a sudden I'm seeing a strange issue that wasn't happening before.
I'm using fiddler on an administration desktop, so I log on with an admin account, this means when I try to use SSO for a federated app, when I hit ADFS it prompt for authentication. Normally, great no problem, I put in my normal username / password (not the admin account I'm logged on with) it authenticates and off I go to the federated app. This has been working fine for sometime but then recently its started to fail. It never accepts my username / password, just keeps 401, 401, 401, prompting me for username / password again and again.
I know my username / password are fine as I use them every day to log onto my desktop AND it only fails when I have fiddler open. If I close fiddler, I get prompted, enter my creds and it works fine.
It also doesn't matter what browser I use.
Does anyone know what this is? Or know how I can troubleshoot it / gather more info?
Patrick

I'm using jQuery to send cross origin ajax requests and they're working fine in IE11, Chrome and Firefox but they fail in Edge with the following error:
SCRIPT7002: XMLHttpRequest: Network Error 0x80070005, Access is denied.
What's interesting is that I used Fiddler to try to figure out what was going on and when Fiddler is running and capturing requests everything works fine. As soon as I close Fiddler or pause capture it fails again.
I always thought that Fiddler was essentially transparent, with no side effects on client or server, but I guess something different in terms of what the browser receives while Fiddler is running.

Hi,
when I am working on stresStimulus through fiddler it was not capturing the web traffic how can I resolve this issue ?
Tried couple ways to slove the issue
1.Reinstalled the tool
2.Checked the certificates
3.Checked the configuration .
what else need to be done to resolve the issue .Please help me ASAP
Thanks
sindhu
4056079325
Hi Team,
https://docs.telerik.com/fiddler/Configure-Fiddler/Tasks/DecryptHTTPS
In which part of the MVC4 application code i need to add the below code (OnBeforeRequest function)
if (oSession.HTTPMethodIs("CONNECT") &&
oSession["X-PROCESSINFO"] &&
oSession["X-PROCESSINFO"].StartsWith("outlook"))
{ oSession["x-no-decrypt"] = "boring process";
}
