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?


Hi there,
Where can I get the installer for Fiddler version 4.6.3? I'm not able to see it anywhere in the Telerik/Fiddler site.
Thanks!

hi guys, i very tks all to make this software
i have a problem, but i dont know how to do, because i'm not a dev :(
i installed Fiddler in my VPS, i can access to download certify Fiddler,
but when i config proxy (IP and Port show in picture) in my fone, i just can access to my VPS address, can not access the internet, just show Connection not Private
show how can i config HOST: Localhost to access internet
tks very much, sorry for my English, i'm not good :(

hi,
I'm trying to understand how to solve a problem i'm having, I hope someone with more experience can enlighten me.
I'm developing a small app wich does some api call via WinHttp.WinHttpRequest.5.1 . I'm having trouble with a particular get request: the result i get shows some strange characters instead of accented characters. However when I use Fidler to do the seme get request (headers and everyhing are exactly identical) the result i get is correct. the response I get on Fidler has the characters in the correct way in raw, in text view and all the other tabs except for hex view!
in the hex view tab of the response, the text that i can see in the right column is exactly showing in the same wrong way as I see it in my program.
I would like to understand how the text shown in the right column of the hex vie tab of the response is treated/transformed by Fidler so as to become the correct text shown in the other tabs. If i could understand that, I think I could apply the same tranformation on the wrong text that I get in my app.
thanks for the help
