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

All of sadden I am getting this when starting Fiddler. See attached.
Thanks