Telerik Forums
Fiddler Forum
2 answers
761 views

I have just installed FIDDLER v4.6 (under C:\Program Files (x86)\Fiddler2.) When starting up it gives below message. Rather than add relevant permissions to that network path, I'd rather re-config so the path is on local drive. However, I can't find a relevant config under Preferences tab; is it configured within REGEDIT, i.e. to define startup and/or script paths ?? Thanks in anticipation. 

 

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.
Access to the path '<network_path>\Fiddler2\Captures\Requests\' is denied.
Type: System.UnauthorizedAccessException
Source: mscorlib
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, Object dirSecurityObj, Boolean checkHost)
   at System.IO.Directory.InternalCreateDirectoryHelper(String path, Boolean checkHost)
   at Fiddler.CONFIG.EnsureFoldersExist()

Fiddler v4.6.2.3 (x64 AMD64) [.NET 4.0.30319.34209 on Microsoft Windows NT 6.3.9600.0]

Gerard
Top achievements
Rank 1
 answered on 02 Jun 2016
1 answer
108 views

Hello,

When I open a URL in the browser (Internet Explorer), using FiddlerCore I can get all the raw HTTP requests/responses. However I would like to identify the time when a Web Page is completely loaded in the browser. Is it possible to do this? Is there any event which I can attach to?

Thanks

Shashank

Tsviatko Yovtchev
Telerik team
 answered on 01 Jun 2016
1 answer
329 views

So I'm on a server with no internet access (trying to debug an intranet application).

In Fiddler Options, OI have "Check for updates on startup" cleared, and "Offer upgrade to beta versions" cleared as well. Seconds after starting it, I get an exception:

---------------------------
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.

VersionCheckFailed: Server Response Code = 0
Type: System.IO.InvalidDataException
Source: Fiddler
   at Fiddler.Updater.GetLatestVersion(Boolean includeBetaVersions, Boolean isEmergencyCall)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()

Fiddler v4.6.2.3 (x64 AMD64) [.NET 4.0.30319.34209 on Microsoft Windows NT 6.2.9200.0] 
---------------------------
OK   
---------------------------

Shouldn't it, y'know, not be checking for updates when I explicitly told it not to? Application dies, game over...

Tsviatko Yovtchev
Telerik team
 answered on 31 May 2016
1 answer
93 views
I've noticed within the last couple of updates, my filter *accounts.google.com:443 (set to "Hide the following hosts") is still showing in Fiddler.  Thoughts?
Tsviatko Yovtchev
Telerik team
 answered on 31 May 2016
0 answers
111 views
Using Fiddler Core with C# Application, I want to achieve the following ::


If a request URL matches the word "upgrade1.zip" , then i want to AutoRespond it with another zip file (say upgrade2.zip) which is in local path of my computer.



For Example : 


If request matches "upgrade1.zip" as in ::


http://somedomain.com/path/upgrade1.zip


then i want to auto respond with "upgrade2.zip" which is in the path ::


C:\Users\Desktop\upgrade2.zip


Please help with the steps!!


Attached a screenshot of the Autorespond condition i want to achieve
varun
Top achievements
Rank 1
 asked on 23 May 2016
0 answers
115 views

After I remapped the host, the Fiddler give me a HTTP 504, who can tell me how to solve it,please

 

 

 

Shuai
Top achievements
Rank 1
 asked on 23 May 2016
9 answers
241 views
Hi, I am running fiddler4.2.6 on windows server 2008. When I open a website with IE, it cannot open any images of the website. But IE works well when fiddler closed. I don't know why?
bo
Top achievements
Rank 1
 answered on 22 May 2016
0 answers
249 views

Ello, I'm a newbie at Fiddler and have been using it for sometime and loving it!

I've been trying to figure out a way to sort captured sessions that
I find in the "find sessions" window by it's color as it's a chore scrolling
through a lot of sessions that range in the hundreds and all.

I tried creating a custom column using the "custom column creator" but
don't know of a way to make it work with ui-backcolors or whatnot.

Then I tried using customRules to create a custom column in
with the FiddlerScript but...I'm really new to .NET and even after
some research, still haven't figured out a way to do it.

Here's my code that I modify from the sample codes used for
making custom columns.

public static BindUIColumn("BackColor")
           function CalcMethodCol(oS: Session) {
                  if (null != oS["ui-backcolor"]) return oS["ui-backcolor"]; else return String.Empty; 
        }

 

For other functions when it comes to sorting, I can likely find a way to do it (sorting urls and all) but for background colors...
This is something I have no idea what to do.

Can anyone kindly help?
This can be very useful when it comes to sorting any found sessions
without the need of scrolling any list big or small. That and other stuff!

Hugh
Top achievements
Rank 1
 asked on 19 May 2016
1 answer
238 views

Hi,

 

The https traffic is not getting captured as i am getting below error in Fiddler log. Have used fiddlerccertmaker add on to generate the certificate as Fiddler 4 setup is not creating certmaker.dll. Can you please help in this situation. Appreciate the help.

22:44:39:1242 Fiddler.BCCertMaker> Failed to create certificate for *.[hostname:] The profile for the user is a temporary profile

 at System.Security.Cryptography.Utils.CreateProvHandle(CspParameters parameters, Boolean randomKeyContainer)
   at System.Security.Cryptography.Utils.GetKeyPairHelper(CspAlgorithmType keyType, CspParameters parameters, Boolean randomKeyContainer, Int32 dwKeySize, SafeProvHandle& safeProvHandle, SafeKeyHandle& safeKeyHandle)
   at System.Security.Cryptography.RSACryptoServiceProvider.GetKeyPair()
   at BCCertMaker.BCCertMaker.ConvertBCPrivateKeyToDotNet(RsaPrivateCrtKeyParameters bcPVK, String sKeyName)
   at BCCertMaker.BCCertMaker.CreateCertificateFromCA(String sCN, X509Certificate caCert, AsymmetricKeyParameter caKey)
   at BCCertMaker.BCCertMaker.MakeNewCert(String sHostname)

Tsviatko Yovtchev
Telerik team
 answered on 18 May 2016
1 answer
209 views

When I “Start Capture” in FiddlerCap, on IE, it gave me the error below:
"Unknown Host
Description: Unable to locate the server named "fiddlercap.fiddler" --- the server does not have a DNS entry. Perhaps there is a misspelling in the server name, or the server no longer exists. Double-check the name and try again."

This happens when I check or uncheck the "Decrypt HTTPS traffic"

What causes the problem, and how can I fix it ?

Thank you.

Tsviatko Yovtchev
Telerik team
 answered on 18 May 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
Missing User
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
Missing User
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?