Telerik Forums
Fiddler Forum
2 answers
219 views
Is there a way to use a custom cert when configuring Fiddler as a reverse proxy? We have a particular use scenario with Autoresponder we'd like to setup that would be easier if the devices didn't have to be configured to trust the Fiddler root. I know most reverse proxy solutions have the ability to publish a cert, I wasn't sure if that was something Fiddler could/should do.

-austinmc
Austin
Top achievements
Rank 2
 answered on 08 May 2014
1 answer
457 views
Hi,
I have installed fiddler on my work desktop PC that is connected to a domain.

Now,
From my desktop
 I am able to see the fiddler echo service page
 I can all the traffic on fiddler

From my work laptop which is also connected to the domain to use the fiddler on desktop as a proxy
 I am able to see the fiddler echo service page
 I can see all the traffic from my laptop on the fiddler running on my desktop
 
But when I try to connect my phone (which is in the same wifi as the laptop but is not connected to the domain) to use the proxy on my desktop
 I DONT see the fiddler echo service page
 I DONT see any traffic on fiddler
 The phone is not able to access internet
 I used the "Ping" app on iOS and it is able to ping my desktop
 I have tried to use both iOS and windows phone and I get the same results.

I have tried:
1. Allowing remote connections
2. prefs set fiddler.network.proxy.registrationhostname <desktop PC ipaddress>
3. Restarted fiddler

Am I doing anything wrong? What else do I need to do?
Any help is appreciated.
Eric Lawrence
Telerik team
 answered on 08 May 2014
2 answers
917 views
Hello,

I'm kind of new to fiddler and I was wondering if I could send a request to a website to which I know I will get a redirect (tinyurl.com/...), but not automatically go to the linked site.

When I use the composer to create a GET request, he automatically also goes to the linked location and sends a request to the other location. Can I tell fiddler not to send the second request? I want to inspect the location where I'll be sent to so I can verify if I get a shortened url, I'm not directed to a malicious site.
Ken
Top achievements
Rank 1
 answered on 05 May 2014
2 answers
160 views
Hello,

Fiddler can't read some AMF files like this one:

https://dl.dropboxusercontent.com/s/sfv33e3jmmfhvt3/content__b6ad3.amf?dl=1&token_hash=AAGkLWKbnuqoT74PLttnLP8_zhHfgNTZ6Hyplz1ZF0_P1Q

Thanks!
E
Top achievements
Rank 1
 answered on 03 May 2014
1 answer
3.2K+ views
Can fiddler show the traffic from/to a Node.js client or server? If so, what do I need to configure?
Eric Lawrence
Telerik team
 answered on 02 May 2014
1 answer
785 views
Is there a way to view the handshake message traffic to and from a server when using https with firefox or chrome?
Eric Lawrence
Telerik team
 answered on 02 May 2014
3 answers
140 views
Are the fiddler libraries available for us to use?  I need to write an application that logs HTTP URLs visited.  Fiddler obviously does this very well.  Can I reuse your libraries or include fiddler in my windows service to accomplish this?
Eric Lawrence
Telerik team
 answered on 02 May 2014
5 answers
313 views
http://blogs.telerik.com/fiddler/posts/13-01-08/capturing-traffic-from-.net-services-with-fiddler gives an example of how to capture traffic from .NET apps. It doesn't work for me.

I am running Sitecore 6.6, a venerable .NET app, in 64 bit mode on IIS on Windows 2008 R2 x64.

I made the recommended changes to the machine.config files in both C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config (this is a 64 bit app, so this one is probably the one in use) and C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config. I know that this has an effect because when I make a mistake to the Framework64's machine.config, I get a 503 error.

Anyway, I have a feature in Sitecore that reaches out to another server via HTTPS (SharePoint Integration Framework, aka SPIF). Fiddler does not catch this. All Fiddler catches is traffic generated by my (user mode) web browser.

If .NET application traffic was being routed through a proxy, then the Sitecore SPIF feature that reaches out to the other server would fail.

Oh, I know that Sitecore SPIF is indeed reaching out because Wireshark shows the traffic.

If Fiddler captures .NET application HTTP traffic, why is it not doing it here?
Aren
Top achievements
Rank 1
 answered on 30 Apr 2014
1 answer
102 views
Is there an option (4.4.8), or can we get an option, to configure the extended checks for protocol violations that Fiddler performs? I'd like to leave Extended checks on to see what drops out. However we're not using absolute-uris in our redirect responses (yes, technically a violation, but we don't care) so I'd like to disable that check as the window quickly fills up with that violation. Is there some hidden config file for HTTPLint? I didn't see it.
Eric Lawrence
Telerik team
 answered on 25 Apr 2014
1 answer
157 views
Hi Erik,

I just checked the documentation page about on how to customize the tab icon and it seems not to be not right: See screenshot: http://screencast.com/t/TMl6KESEH

Page: http://docs.telerik.com/fiddler/extend-fiddler/addicon

Please correct me if I'm right about this script:

public void OnLoad()
{
oPage = new TabPage("Timeline");
Image newImage = Image.FromFile(@"C:\Users\.........");
FiddlerApplication.UI.imglSessionIcons.Images.Add("imgKey", newImage);
oPage.ImageIndex = FiddlerApplication.UI.imglSessionIcons.Images.IndexOfKey("imgKey");
oView = new TimelineView();
oPage.Controls.Add(oView);
oView.Dock = DockStyle.Fill;
FiddlerApplication.UI.tabsViews.TabPages.Add(oPage);
}

Thanks,
Jhayar


Eric Lawrence
Telerik team
 answered on 25 Apr 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?