Hi team,
I recently downloaded Fiddler Classic and now that is downloaded, my Slack app does not connect unless the Fiddler tool is up and running. What settings do I need to change in order to have Fiddler closed and ability to use the Slack app?
Thanks,
Jacob



Dears,
I need you help~
I'm sure that I had installed the Certificates to my iPhone and trust it. and the Certificates is right
on chrome in my computer and on my android Phone,I had do that the same with iPhone,they can capture https
but,I can't capture some https on my iPhone(iOS 13.3)
my issue:
In QQMusic APP, domain is 'u.y.qq.com', I can capture it ,but can't capture https when the request's domain is 'y.qq.com' or 'y.gtimg.cn'
Fiddler version:v5.0.20202.18177
iPhone OS :13.3 and 13.5
this is fiddler log:
21:57:49:5504 !SecureClientPipeDirect failed: System.IO.IOException Authentication failed because the remote party has closed the transport stream. for pipe (CN=*.y.qq.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com)

I want to use PAC file. http://127.0.0.1:8888/proxy.pac, this way, if my proxy accidently quits without remove the proxy setting, the browser will be able to continue to work since it can't find the pac file, thus consider it "No proxy".
But When I set the flags, if I don't include: "RegisterAsSystemProxy", the PAC file will not registered.
If I DO include "RegisterAsSystemProxy", the PAC file is registered, but also the proxy servers, 127.0.0.1 8888 for http and https. What's the point to have both registered, and it negate my purpose.
Anyway to hook up PAC file only?
Also, how to modify the PAC file content, for GOD's sake?
I read about fiddler everywhere and would really like to try it out.
The problem is that i work in a closed organization where we do not have internet access. In order to run the program there is a need to sign in which is not possible for me.
Is there any way around this?
Naphtali

I am sending a post request using angular to my api using chrome browser.but the request fails.when fiddler is running on my pc, post request is executed without any error.I enabled capture https request option.
I am not using any proxy. Anyone has an idea why this occurs?

I've added a session timer "Overall_Elapsed" column to my captured traffic.
Is there a way to filter requests by Overall_Elapsed time (or any of the session timers) that is greater than a specific value?
