Telerik Forums
Fiddler Forum
4 answers
453 views

Fiddler Script now support C#. I'm try to use HtmlAgilityPack in Fiddler Script by " using HtmlAgilityPack; " . See 1.png;

It shows an error .  See 2.png;

I'm try to change version of HtmlAgilityPack but it still same error.

Could some one help me how to fix this error? Thanks so much.

Boby
Telerik team
 answered on 27 Jan 2020
3 answers
2.1K+ views

I successfully saved the request and created a session which I want to reply later using fiddler core and C# code. 

This worked great for some time and than it just stopped probably when nginx was added and turned on the geo IP location.

I did testing with Fiddler 4 UI app and got very strange results when run reply from various PC machines. On most machine it fails with below raw response with error message is:

HTTP/1.1 502 Fiddler - Connection Failed
Date: Thu, 16 Jan 2020 14:20:29 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
Cache-Control: no-cache, must-revalidate
Timestamp: 15:20:29.441

[Fiddler] The connection to 'www.mozzartbet.com' failed.  <br />System.Security.SecurityException Failed to negotiate HTTPS connection with server.fiddler.network.https&gt; HTTPS handshake to www.mozzartbet.com (for #25) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. &lt; The function requested is not supported

Win32 (SChannel) Native Error Code: 0x80090302 

I have tried Fiddler 4 on AWS machine in cloud and from that one it is still working using system proxy but on test machine when we run testing it is still failing and tried couple more machines same.

I tried than to use Gateway Override and use Manual Proxy Configuration to avoid if there is some IP blocking. I used squied 

Please find attached .saz archive of the saved request which I want to reply (remove .jpg extension by renaming the file and file type should be .saz).

 

 

 

 

Simeon
Telerik team
 answered on 27 Jan 2020
1 answer
237 views

I was working with a user who has no Admin rights.  When she was enabling HTTPS decrypt, it went through the warning-accept-cert process.  It failed with

ShellExecute Failed

Fiddler Exception thrown... This program is blocked by group policy....

 

Can I get a hint as to what program Fiddler runs as part of the HTTPS decrypt-enable process?  Then I can set about defeating the GPO.

Boby
Telerik team
 answered on 27 Jan 2020
2 answers
4.9K+ views

Fiddler is failing set up the system proxy.

 

This is what the log says:

11:37:30:6321 Fiddler Running...
11:37:30:6321 Fiddler was unable to get information about the proxy for 'DefaultLAN' [0x2f92].

11:37:30:6321 !WARNING: Failed to get proxy information for Connection 'DefaultLAN'.
11:37:30:6321 Setting upstream gateway to none
11:37:30:6351 Windows 8+ AppContainer isolation feature detected.

 

I also tried to manually change the proxy settings from inetcpl.cpl. but when I try to click "OK" in the "LAN Settings" dialog, nothing happens. The "Cancel" button does work though.

Lior
Top achievements
Rank 1
 answered on 26 Jan 2020
2 answers
218 views

I need to see what I'm sending to a SalesForce endpoint, but so far, nothing I've done works.

 

How to?

 

Thanks

Phil

Phil
Top achievements
Rank 1
 answered on 23 Jan 2020
1 answer
3.4K+ views
i have a issue where my fiddler stops capturing calls when i connect to my vpn!!The issue is ,
Whenever i connect to VPN, i have to change
my automatic configuration script to http://10.5.5.7:8087/accelerated_pac_base.pac.

If i turn off the automatic configuration script, my fiddler works, but my internet fails. Since all my Rest calls are internet based, everything returs 502
. and my Proxy server configuration has
Address:127.0.0.1 Proxy - 8888


any help you would be great!!!

i have a issue where my fiddler stops capturing calls when i connect to my vpn!!

The issue is , Whenever i connect to VPN, i have to change my automatic configuration script to http://10.5.5.7:8087/accelerated_pac_base.pac

If i turn off the automatic configuration script, my fiddler works, but my internet fails. Since all my Rest calls are internet based, everything returs 502. and my Proxy server configuration hasAddress:127.0.0.1 Proxy - 8888

any help you would be great!!!

i have a issue where my fiddler stops capturing calls when i connect to my vpn!!

The issue is , Whenever i connect to VPN, i have to change my automatic configuration script to http://10.5.5.7:8087/accelerated_pac_base.pac

If i turn off the automatic configuration script, my fiddler works, but my internet fails. Since all my Rest calls are internet based, everything returs 502. and my Proxy server configuration hasAddress:127.0.0.1 Proxy - 8888

any help you would be great!!!

Kinorsi
Top achievements
Rank 1
 answered on 22 Jan 2020
1 answer
1.2K+ views

When I click "WinConfig" then the "Refresh" button, an error pops up.

This is the system information in About menu.

v5.0.20194.41348 for .NET 4.6.1
Built: Oct 3/2019

64-bit AMD64, VM: 65.0mb, WS: 116.0mb
.NET 4.7.1 WinNT 10.0.18362.0

Boby
Telerik team
 answered on 21 Jan 2020
5 answers
529 views

If a site uses, for example, a <script src=... then I want to catch that script and modify it.

I choose Unlock for editing and modify it, but I've noticed when I click Replay/Reissue the browser's console still shows only the original Response.

Meanwhile, Fiddler does show the new modified request being sent.

So what does it mean?

Boby
Telerik team
 answered on 20 Jan 2020
2 answers
105 views

Hi,

I want to modify the response body value which is stream, but failed.

The stream value is just like MP4, the ascii of head data is "00 00 00 20 66 74 79 70 69 73 6F 6D...".

And I planed to modify them to "FE FE FE FE FE FE FE ....". But when I check the sent data, I found them were changed to "C3 BE C3 BE C3 BE C3 BE C3 BE C3 BE ..."

The following is my JScript code:

var oBody;
oBody = "\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe\xfe";
oSession.utilReplaceRegexInResponse("ftypisom.*",oBody);

// oSession.utilSetResponseBody(oBody);                    // I tried this but failed too...

How could I set response body to any ascii.

Thanks :)

ma
Top achievements
Rank 1
 answered on 16 Jan 2020
1 answer
615 views

Hi,

 

I tried to install Fiddler Everywhere on Raspbian Linux on a Raspberry. Is that possible? I saw that previous versions supported mono, but the AppImage-file seems to be a x86_64 binary. Can I install it with mono or is that not possible anymore?

 

Thanks,

Matthias

Simeon
Telerik team
 answered on 15 Jan 2020
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?