Problem: When calling FiddlerApplication.Startup(startupSettings), experiencing an intermittent ~5-10% of all instances of this call, a failure to capture traffic, all other instances it works as expected.
When it works, we see (brief sample) FiddlerApplication logging like this:
When it does not work, these are the only lines that FiddlerApplication logs:
We only have 1 reliable way of reproducing this, but have found it to occur when the one condition for the reproduction is not met as well
Consequently we see no traffic captured and logged by
FiddlerApplication, and then no SAZ file is produced, which may* be expected
since FiddlerApplication did not log CertEnrolls for anything nor throw an
error.
We have suspicions we are unable to confirm currently as
follows:
Any help identify to the root cause for the issue described here as we have no indication from logging or Exceptions, and make any recommendation we need to take to remediate such issue.
Hello, i use Virtual Machine of Azue, i check box: "allow remote access" port: 8888 and restart fiddler, then i open cmd and type: ipconfig and ipv4 is: 10.0.0.4 but i can't connect from another machine?
What should i do?
Thank you!
There needs to be better instructions on how to set up tracing of calls from a web server to other services. I've looked through all the documentation it makes it appear that this is as simple as setting the defaultProxy and viola, you'll get the server-to-server traffic to you so desperately need to see. Except that it doesn't work.
What has to be done is change the IIS App Pool so that the application runs in the same account as your using to run fiddler. Then all of the other things that need to happen still need to be changed (adding the Fiddler certificate, defaultProxy, etc.).
Hello!
Example response body:
{"itemid": 1234,"total_payable":10000,"userid":5678}
I want find string: "total_payable":10000 then var numberpay = 10000 (10000 could be any other value).
i have idea in javascript:
var body = oSession.GetResponseBodyAsString();
var keypay0 = body.match(/\"total\_payable\"\:(\d+)\,/g);
var keypay = keypay0.toString();
var numberpay0 = keypay.match(/(\d+)/g);
var numberpay = parseInt(numberpay0);
Can you help me convert to FiddlerScript?
Sorry for my english!
Thank you so much!
Tried Edge, Chrome and Safari. All broken.
Your reCaptcha is f'ed up, see screenshot.
With C# I want to replace text in a site with fiddler. I looked through all the sources but couldn't find anything.
Example: "Not changed try again." At http://metin2bot.net/fiddler/test.php I want to change the text to "Changed successfully".
So when I enter the site, I want it to receive the response I have determined.
Is it possible to do this with C#?
Please help. I love you fiddler. Thx
Is it possible to use Fiddler to intercept https traffic going from MS Power BI desktop?
Thanks