Telerik Forums
Fiddler Forum
3 answers
1.4K+ views
Hello Admin,
I apologize for possible errors, I use a translator. I want to reissue a single POST request every 5 milliseconds or less. Frist I tried to repeat the request By Selecting the Session in Fiddler's Web Sessions list and Hold SHIFT+R. But the delay between the two consecutive requests was variable and sometimes reached 100 ms.
Then I tried FiddlerScript and Timer request following this topic:
https://groups.google.com/forum/?fromgroups#!searchin/httpfiddler/reissue/httpfiddler/8r9Hop7LMXg/0GROyv2HXWwJ
I set oTimer.Interval =5. But the problem remains. The timer accuracy was not good and the delay between the two consecutive requests was uncertain and sometimes reached 100 Ms.
Is there a simple solution.
Regards,

Nick Iliev
Telerik team
 answered on 22 Mar 2021
1 answer
1.0K+ views

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!

Nick Iliev
Telerik team
 answered on 22 Mar 2021
2 answers
619 views

Tried Edge, Chrome and Safari. All broken.

Your reCaptcha is f'ed up, see screenshot.

Nick Iliev
Telerik team
 answered on 18 Mar 2021
1 answer
108 views
hello, i have fiddler server running on windows server and have clients connecting to it i had no problem with ssl pinning since i ised jailbroken ios with ssl kill switch but now with apps new update im experiencing certificate pinning only when i swipe the app thats when the certificate is pinned so every timei have to download the app again to not be pinned is there workaround on it ? 
Nick Iliev
Telerik team
 answered on 18 Mar 2021
5 answers
444 views

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

Nick Iliev
Telerik team
 answered on 11 Mar 2021
6 answers
2.2K+ views

Is it possible to use Fiddler to intercept https traffic going from MS Power BI desktop?

 

Thanks

Nick Iliev
Telerik team
 answered on 10 Mar 2021
2 answers
247 views

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

 

Thanks

 

mark
Top achievements
Rank 1
Veteran
 answered on 09 Mar 2021
1 answer
381 views

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

 

 

 

Nick Iliev
Telerik team
 answered on 09 Mar 2021
1 answer
647 views

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?

Nick Iliev
Telerik team
 answered on 09 Mar 2021
1 answer
312 views
Hello Fiddler Team!
How to open many Composer in Fiddler? I want send many request with different body at the same time.
I try open 2 Fiddler but program just open 1 Fiddler.
Sorry for my english!
Nick Iliev
Telerik team
 answered on 07 Mar 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?