
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
Hello,
Whenever i'm opening the "Fiddler 4", it's showing me below warning, and after clicking OK, the application opens:
---------------------------
Loading custom MIME mappings failed
---------------------------
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 'C:\Users\xxxx\OneDrive - XXXX\Documents\Fiddler2\CustomMimeMappings.xml' is denied.
Type: System.UnauthorizedAccessException
Source: mscorlib
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at Fiddler.XmlFileMimeMappings..ctor(String filePath) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\MimeMapping\XmlFileMimeMappings.cs:line 38
at Fiddler.frmViewer.(Object , EventArgs ) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Viewer.cs:line 9876
Fiddler v5.0.20182.28034 (x64 AMD64) [.NET 4.0.30319.42000 on Microsoft Windows NT 10.0.19041.0]
---------------------------
OK
---------------------------
Could anyone please let me know the issue here?
Well, once it's open, I'm getting error: " Fiddler - Gateway Connection Failed." while trying to pull the image from docker.
Thanks

Hey,
So currently I am coding a Program and want to use the CertMaker.dll as embedded resource and want to load it from resources so I don't have to extract it to the same folder as the program i am running. This also works, it creates the certificate as it should but it doesn't fake the requests then.
I cant use the CertMaker.dll as Resource. Is there any workaround?

