Telerik Forums
Fiddler Forum
1 answer
391 views

When I open Fiddler Classic, the Firewall rules no longer work. For example, I have a rule blocking all outbound traffic from Google Chrome. When Fiddler is not opened, the rule works and I am unable to access the internet through Chrome, but once I open Fiddler, the Firewall rule stops working and I can browse the internet normally.

I believe this has something to do with Fiddler connecting me to a proxy which bypasses the Firewall. So I tried unchecking “Act as system proxy on startup” under Options → Connections, but this causes Fiddler not to record any traffic at all. I also tried selecting “No Proxy” under the Gateway tab, but this does not seem to have any effect.

How can I fix this issue? Do I have to configure the Firewall settings to apply to the proxy? I am using Windows 10.

Nick Iliev
Telerik team
 answered on 05 Dec 2023
1 answer
186 views


I'm trying to add a function that enables me to programatically hide certain domains and retain such list as a BindPref.

However the function generates an unexpected error "Expected expression".

 

 

I've ran the function on jsFiddle.net and it works very well in their javascript engine, hence I suspect an issue with FiddlerScript.



class Handlers
{
[...]

static function OnPeekAtRequestHeaders(oSession: Session) {
	if(containsIgnoreDomain(oSession)) oSession["ui-hide"] = "yup";
}

static function ContainsIgnoreDomain(oSession: Session) {
        var ignoreDomains = [ "micosoft.com", "google.com", "googleapis.com", "gstatic.com", "gvt2.com", "gvt3.com"];
	
	const present = ignoreDomains.filter( domain => oSession.url.endsWith(domain) );  //   <<<<=== ERROR HERE 

	if(present.length > 0) return true;
	else return false;
}

[...]
}


Nick Iliev
Telerik team
 answered on 27 Nov 2023
1 answer
283 views
Hi. In the new version of Fiddler everywhere, it is not possible to monitor traffic with an iPhone. Fiddler does not connect to the iphone. It was conveniently used in the earlier version.
Would you please support.
Nick Iliev
Telerik team
 answered on 20 Nov 2023
2 answers
122 views

I have a job which executes few webservices. When executed manually I keep the Fiddler app on and it captures the traffic.

But if I am scheduling the aforesaid job via Jenkins then is it feasible to capture the traffic? If yes then how?

Nick Iliev
Telerik team
 answered on 17 Nov 2023
1 answer
134 views
Hi there!

How I can clear/delete some old device from my account? Photo in attachments 
Thanks!
Nick Iliev
Telerik team
 answered on 17 Nov 2023
1 answer
137 views

I have tested using online unpkg https://nuget.telerik.com/v3/index.json and local file dir, Neither can be installed. The screenshot is as follows. Please help troubleshoot the problem.

 

Nick Iliev
Telerik team
 answered on 17 Nov 2023
1 answer
86 views
Had this issue for a while, when I close Fiddler my system shouldn't go to Fiddler, and yet it does (I think), I've followed other people with similar questions, and the answers have always been to disable Windows use proxy server setting, but that's the thing mine is disabled and yet the problem persists. I'm using Fiddler Classic if that helps.
Nick Iliev
Telerik team
 answered on 13 Nov 2023
1 answer
344 views

So I have a https proxy that I know works. I use it in Firefox all the time and did a sanity check just before and after setting it up in Fiddler Classic to ensure it works in Firefox which it does. 

Unfortunately it doesn't work with Fiddler Classic and my mind is boggled. The docs for Fiddler Classic seem rather limited as I've been digging through them in frustration. Murphy's law in full effect I guess.

So here's what I've done:

1. I have local fiddler proxy listen on 8888 in connection tab.

2.. Act as system proxy on startup is checked

3. In the gateway tab I have manual proxy entered in the following format: username:password@remote-proxy-ip:32222

4. When I click on "Show Current Gateway Info" it tells me HTTP / HTTPS / FTP Gateway specified was unreachable and is being ignored" I don't care about FTP but I do care about HTTP / HTTPS. 

5. When I try to collect to the local fiddler proxy, the connection itself works fine but it's not chaining into the remote proxy; the remote proxy is being ignored as stated in 4 because I see my normal external ip instead of my remote proxy ip for the ip address.

 

 

 

 

 

Nick Iliev
Telerik team
 answered on 06 Nov 2023
1 answer
80 views

Please find the attached picture below 

 

 

Nick Iliev
Telerik team
 answered on 01 Nov 2023
1 answer
77 views
Despite inputting the correct data, the Speakatoo API is not yielding the anticipated or desired output, leading to unexpected results or errors.
Nick Iliev
Telerik team
 answered on 31 Oct 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?