I am on windows 10 with a Java 8 Application talking to a remote server. When I enable decode HTTPS and I go ahead and generate and install and say trust the root certificate. When I run my application with Fiddler I get the following:
16:10:54:9362 /Fiddler.CertMaker> Invoking CertEnroll for Subject: CN=*.v1host.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com; Thread's ApartmentState: MTA
16:10:54:9372 /Fiddler.CertMaker> Reusing PrivateKey for '*.v1host.com'
16:10:55:0284 /Fiddler.CertMaker> Finished CertEnroll for 'CN=*.v1host.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com'. Returning cert
16:10:55:2048 !SecureClientPipeDirect failed: System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < An unknown error occurred while processing the certificate for pipe (CN=*.v1host.com, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com).
The program works fine when I dont have fiddler running.
What am I missing
I'd appreciate your help.
Windows Server 2008 R2 x 64
Server configured to use Mandatory profile
After you apply the Decrypt HTTPS traffic configuration, you receive an error
Unable to Generate Certificate
Creation of the interception certificate failed.
MakeCert-1 exe.
Results from C:\Program files (x 86) \fiddler2\makecert.exe-R-SS My-n "CN = do_not_trust_fiddlerroot, O = do_not_trust, OU = Created by http://www.fiddler2.com"-Sky Signature-EKU 1.3.6.1.5.5.7.3.1-H 1-CY Authority-a sha256-M 132-B 08/08/2016
Error: Can't Create the key of the subject (' JoeSoft ')
Failed
No error occurs on servers without using Mandatory profile
Is the new version of Fiddler Admin only? I installed the update that I was notified of and it looks like it installed into the 'local' Admin path, which I don't have access to since I don't run as an administrator.
It also uninstalled the older version (which was in my accessible directory). Is there any way to get back the non-Admin installed version?
Thanks,
Tim
In my application, I've set the Cache-Control response header for all pages to "no-cache, no-store, must-revalidate". Fiddler can capture that header correctly for all the static pages, but it only manages to catch "no-cache" for my AJAX calls. Is this an issue with Fiddler or with AJAX itself? Does AJAX not have the other 2 flags in its header? Or is Fiddler intentionally ignoring them because they don't apply to AJAX calls?
I have a .net application that makes http api requests. I configured the app.config with the following
<system.net>
<defaultProxy enabled="true" useDefaultCredentials="true">
<proxy bypassonlocal="false" proxyaddress="http://127.0.0.1:8888" usesystemdefault="false" />
</defaultProxy>
</system.net>
When I close fiddler, I get an error saying the remote ip address can't be reached. So, my app is definitely going through fiddler at 120.0.0.1:8888.
I can even see the Connets "Tunnel To".
But the actual main POSTS, GETS, etc.. are n't being shown. Why is that?
What is the best way to do this?
We can't easily edit an existing test case in the UI (you can look at the baseline but AFAIK you can't edit it without either hacking the file or executing/re-composing/adding back to API test list.
And even if we could edit them directly, I want to simply switch the host for all the Uris selected for the arrSess[ ] session list.
How do I choose theHost in a dynamic, UI-prompted way? All I have been able to do is a know in custom rules I can do something like this:
BeforeTestList(arrSess: Session[]): boolean
{
// How do I choose theHost from a popup/form of choices? All I figured out is a simple message box, nothing rich:
MessageBox.Show("Run Tests" + arrSess.Length.ToString() + " tests.", "BeforeTestList", );
for (var i: int=0; i<arrSess.Length; i++)
{
arrSess[i].host = theHost;
}
}
Let's say I want to pick it from a short dropdown or radio button list.
I tried using a Windows Form but it seems that the context under which jscript.net executes in Fiddler is somewhat protected and it doesn't seem to want to let me use those classes.
Can someone post a small example of how you would dynamically choose the host to run your list of sessions against when you do 'Run selected tests' in the API test tab?
Running Windows 10. When executing the Fiddler.exe the following message appears:
"Not enough quota available to process this command"
One of the IT guys increased the quota to the recommend limit and still getting this message.
What needs to be done to get this program to work?
I need to transfer my pcloud files to uptobox account, but pcloud download link won't work in any remote url upload due to hotlinking protection.
I need to find actual link of pcloud download links, So I can transfer to uptobox through remote url Upload.
Is it possible to find actual link by fiddler software? If yes then tell me how to do it? I am searching solution for ages. Pls help me.