Telerik Forums
Fiddler Forum
1 answer
200 views
I want to limit it to only capture and modify traffic from apps with a specific name or containing a particular string in the window title. Currently, it interferes with Chrome, preventing things like ChatGPT from functioning properly when it's running
Nick Iliev
Telerik team
 answered on 12 Oct 2023
1 answer
129 views
The issue at hand involves correctly inputting the required data into the Speakatoo API, but it is not functioning as expected. Further investigation and troubleshooting are needed to identify and resolve the problem, ensuring the API operates as intended.
Nick Iliev
Telerik team
 answered on 10 Oct 2023
1 answer
160 views

Hello,

I'm looking to write a fiddler extension following this article: https://docs.telerik.com/fiddler/extend-fiddler/createextension

In this article it suggests linking to fiddler at a hard coded local path.

Is there any way to link to fiddler from a nuget feed, git sub-module or other way or is it best practice to bundle the Fiddler.exe with your application so it can be built without hard-coded paths to locally installed tools? How is this normally done?

Thanks

Nick Iliev
Telerik team
 answered on 03 Oct 2023
1 answer
180 views

I would like to use Fiddler Everywhere for remote support and trouble shooting in real time, Is there anyway for the Server to know that the Client is using Fiddler Everywhere as the proxy server if it doesn't modify any data, headers, or flags?

Thanks!

Nick Iliev
Telerik team
 answered on 03 Oct 2023
2 answers
189 views

Hi,

I use OnDone to save responsebodies (mostly json data) that match some URL criteria.
I can set different filenames etc. This works fine.
However, SaveResponseBody overwrites the same file if it exists. 

Basically using something like:

if (oSession.url.Contains("some pattern")) {
var directory: String = "d:\\savedir\\";
var path: String = System.IO.Path.Combine(directory + Guid.NewGuid() + ".json" );
oSession.utilDecodeResponse();
oSession.SaveResponseBody(path);
}

Is there also an append mode available on SaveResponseBody so data is added and not overwritten?

 


Bob
Top achievements
Rank 1
Iron
 answered on 28 Sep 2023
1 answer
356 views

Hello Fiddler gang

Found this old post https://stackoverflow.com/questions/43898449/in-fiddler-is-it-possible-to-spoof-the-client-ip-address while trying to find out if there is a way of dynamically directing fiddler to send the requests thru specific IP address (I have a server with multiple IPs).

It suggest using X-EgreesIP so in my fiddler script I added:

oSession["X-EgreesIP"] = "10.10.10.123";

in my InBeforeRequest function but it doesn't seems to have any effect? by running netstat -f it still shows the main IP for establishing the connections to the remote host servers.

The same old post points to another link http://fiddler.wikidot.com/egressip where it mention that it can be configured by command but that means then ALL my requests will go thru that other configured IP, I want to programmatically be able to give a different IP based on the particular request.  Is that at all possible?

Thanks!

Nick Iliev
Telerik team
 answered on 27 Sep 2023
3 answers
2.1K+ views

Good-day folks,

Hope this messages finds you all in excellent health.  So, I'm in the middle of troubleshooting some issues with a Skype for Business Server and I was instructed to acquire and install Fiddler Everywhere by my internal support team so they can analyze the HTTP traffic between endpoints.  I have been successful in downloading and installing the Fiddler Everywhere application, however, upon launch it is asking me to login or create an account.

Unfortunately, this is a problem for me because the server in question is on a Closed Network, air-gapped, with no Internet access.  Does Telerik offer an alternative to launching the application so it can run in such an environment without requiring a login?  Any help is kindly appreciated, thanks.

Nick Iliev
Telerik team
 answered on 25 Sep 2023
1 answer
260 views

Hi, I've my application in Net 6 running Kester and I've a API that call a service reference of an external Web Service.

I dont find any solution with fiddler classic or anywhere to intercept request and response of that web service

I've tryed to add proxy like this

netsh winhttp set proxy 127.0.0.1:8888

But I wasnt lucky...

Any idea to solve the problem?

Thanks

Nick Iliev
Telerik team
 answered on 24 Sep 2023
1 answer
410 views

I'm evaluating Fiddler Everywhere, and trying troubleshoot a java application. 

Initially Fiddler shows a warning that it cant decrypt HTTPS, so I install the root certificate into Arch and trust it, set Fiddler to use system proxy, and then set up the application to point to Fiddlers proxy.

The warning in Fiddler then disappears, so it gives the impression I've done everything right

At this point it can show HTTPS connections (although they are shown as HTTP, and METHOD is always CONNECT, rather than the GET I was expecting to see).

It's also then able to show HTTP(S) headers, but never the actual decrypted response or request body

Any help appreciated thanks

 

 

Nick Iliev
Telerik team
 updated answer on 21 Sep 2023
1 answer
369 views
How to change google logo size with fiddler
Nick Iliev
Telerik team
 answered on 18 Sep 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?