Telerik Forums
Fiddler Forum
2 answers
690 views
I am using a Windows 8 pc that had Fiddler on it and I removed Fiddler.  After removal, I could no longer get on the Internet.  I checked the LAN Settings in Internet Options in IE 10 and found the proxy server set.  I changed the "Use a proxy server..." to Automatically detect settings and clicked Ok, but the change is not saved.  If I reinstall Fiddler and start it I can then get on the Internet.  If I close Fiddler I again cannot get on the Internet.  Is there a procedure I can use to remove Fiddler manually?
Thank you.
顯隆
Top achievements
Rank 1
 answered on 08 Aug 2016
0 answers
201 views

I am trying to replace Coldfusion generated file with my saved response.

When I replace the CFM document with the one form my drive by using the autoresponder, I get this:
Resource interpreted as Document but transferred with MIME type application/octet-stream

 
.. and than Chrome tries to download and save the file.

Any ideas? I've tried to make Chrome th edefault program to open this kind of file, but it didn't help.

Jachym
Top achievements
Rank 1
 asked on 04 Aug 2016
1 answer
62 views

 Hi,

Using Fiddler last version over Windows Server 2012 R2

I started fiddler to debug some things and closed it, know all applications try to connect to tcp 8888 for web requests, but fiddler process has exited.

a restart or an uninstall doesn't fix this problem.

Where is this information saved so that Browsers (proxy settings are already blank) and Apps try to use fiddler's proxy? how can I clear it?

Many thanks.

Andrés
Top achievements
Rank 1
 answered on 03 Aug 2016
1 answer
84 views

My fiddler has stopped working.  Is there a new file or anything I can do to fix the problem?

 

Tsviatko Yovtchev
Telerik team
 answered on 28 Jul 2016
1 answer
109 views

Hey,

 

I'm quite new with Fiddler and want to test what I can use it for.

I would like to configure my Proxy with an UI within Fiddler without the need to click myself through the Fiddler Options.
I already wrote a Fiddler plugin, but I can't find any method to change the Proxy Configuration through scripting.

Does anyone have an approach to solve my issue? 

 

Thank you very much in advance !

 

Tsviatko Yovtchev
Telerik team
 answered on 28 Jul 2016
0 answers
132 views

I'm trying to decompress post body name and value pairs that are being sent by my android handset in a gzip format.  I'm fairly new to this product so any help would be appreciated.

Mano
Top achievements
Rank 1
 asked on 27 Jul 2016
0 answers
659 views

I am using Fiddler4 to debug a login to the following website: pge.com

When I am using Firefox as my browser, then after entering a login, I get an error in the HTTPS tunnelling.  It shows a red exclamation mark icon, and it says:

fiddler.network.https> HTTPS handshake to apim.pge.com (for #88) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The client and server cannot communicate, because they do not possess a common algorithm
 
HTTPS handshake returned error SEC_E_ALGORITHM_MISMATCH.
Fiddler's Enabled HTTPS Protocols: [Default] are controlled inside Tools > Fiddler Options > HTTPS.

The error occurs multiple times as the connection gets retried.  The combination of Firefox and Fiddler cannot seem to move past this error.

However, when using Firefox without Fiddler, the login to the site works fine.  Also, when using Internet Explorer (instead of Firefox) with Fiddler, the handshake actually passes: I see the tunneling error happen once, and then another tunneling session occurs that's successful, which says:

Encrypted HTTPS traffic flows through this CONNECT tunnel. HTTPS Decryption is enabled in Fiddler, so decrypted sessions running in this tunnel will be shown in the Web Sessions list.
 
Secure Protocol: Tls
Cipher: Aes128 128bits
Hash Algorithm: Sha1 160bits
Key Exchange: RsaKeyX 2048bits
 
== Server Certificate ==========
[Subject]
  CN=apim.pge.com, O=Pacific Gas and Electric Company, L=San Francisco, S=California, C=US
 
[Issuer]
  CN=Entrust Certification Authority - L1K, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US
 
[Serial Number]
  676808CF0000000050D6B16E
 
[Not Before]
  1/15/2016 02:18:37 PM
 
[Not After]
  1/14/2019 02:48:36 PM
 
[Thumbprint]
  923913D8074596491D1117566C7CE78BA1143999
 
[SubjectAltNames]
apim.pge.com

 

You can reproduce these handshake errors by trying any login, even a bogus login (e.g. username="a", password="a").

Why does this handshake only fail using Firefox with Fiddler?  Why does it pass when Firefox is used without Fiddler, and why is Internet Explorer with Fiddler able to move past the error and do a successful handshake whereas Firefox with Fiddler is not able to?

Thanks.

a
Top achievements
Rank 1
 asked on 27 Jul 2016
1 answer
363 views

Hi folks! I've been using Fiddler for some time for work projects and haven't had any issues until this week. I'm attempting to verify traffic through an internal site using Fiddler, and I have downloaded and installed the Fiddler Root Certificate and configured the proxy server. Websites on my test device are loading normally, and I'm able to view the Fiddler Echo Service page, but no traffic from any site (HTTP or HTTPS) from the mobile device is being captured on my laptop's Fiddler. I'm using an iPad Air on iOS9.3.2 and Fiddler v4.6.2.0.

 

Any help is appreciated!

 

 

Tsviatko Yovtchev
Telerik team
 answered on 26 Jul 2016
1 answer
125 views

Hi, I am trying to do a simple GET request via the composer for URL like https://<xxx>.visualstudio.com/DefaultCollection/_apis/wit/workitems?ids=1&api-version=1.0

And it keeps going to https://<xxx>.visualstudio.com/_signin instead of returning the data.  I can paste the link in the browser and gets the results in a json file just fine.

I have automatically authenticate enabled under options, and I have tried including "Authorization: Basic <my personal access token>" in the header as well, but neither worked.

Does anyone know a way to work around this?  Thanks.

 

Tsviatko Yovtchev
Telerik team
 answered on 26 Jul 2016
1 answer
483 views

Hi,

I'm trying to set up fiddler as a transparent proxy for HTTP(S)

Traffic Flow:  WindowsHOST ---> Ubuntu (IPtables) ----> fiddler (listen on 8888 )  --> Internet

I have enabled HTTPS decryption + allow remote computer + prefs set fiddler.network.https.SetCNFromSNI true + added fiddler root cert to WindowsHOST

 HTTP working fine, however HTTPS not working...

All traffic routed correctly to fiddler using DNAT.

In addition I tested the same setup replaced fiddler with burp suite and all working fine, including HTTPS interception, I would love to use fiddler instead :)

I would really appreciate any help,

Thanks.

 

Tsviatko Yovtchev
Telerik team
 answered on 26 Jul 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?