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]
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
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...
After I remapped the host, the Fiddler give me a HTTP 504, who can tell me how to solve it,please
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!
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)
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.