Tagged Questions
Fiddler2 is a Web Debugging Proxy, which allows you to log, examine, modify and replay HTTP/HTTPS traffic from your computer.
33
votes
14answers
11k views
Linux-alternative to Fiddler2
I have used Fiddler2 with great results on windows before, but now I have moved to using linux for development. The problem I have, is that I have not been able to find a decent replacement for ...
25
votes
8answers
11k views
How do I get Fiddler to stop ignoring traffic to localhost?
When using Fiddler to monitor HTTP Requests & Responses in Internet Explorer it ignores all traffic directed to http://localhost.
24
votes
8answers
8k views
How to display localhost traffic in Fiddler while debugging an ASP.NET application?
How do I display localhost traffic in Fiddler while debugging an ASP.NET application?
14
votes
6answers
3k views
Is there a standard alternative to Fiddler (Fiddler2) for Linux?
I am aware this question has been asked before, but that was almost a year ago and I was wondering if maybe some thing new is available.
I would like to be able to have most of the functionality of ...
11
votes
1answer
632 views
Fiddler/C#: search content of request/response for special phrases
this is my first visit to stackoverflow and right now I feel very comfortable with this site.
It already helped me to get the FiddlerCore embedded into MS Visual C# 2008 Express Edition.
Just needed ...
10
votes
3answers
2k views
Using Fiddler with IIS7 Express
I am using IIS7 Express while developing my web application. I need to use fiddler to investigate an issue and cannot figure out how to configure things so I can get the HTTP stream. It seems that ...
8
votes
6answers
3k views
How do I monitor all incoming http requests?
I need to monitor my application from incoming http post and get requestf originating from outside and sometimes inside the machine.
Is this possible?
Been using fiddler but this only does outgoing ...
8
votes
5answers
4k views
Fiddler not sniffing SOAP traffic from ASP.NET website
So far I've been successfully using fiddler to sniff web service traffic from both test fixtures, console apps and web projects.
Today I noticed I am not able anymore to sniff that kind of traffic if ...
8
votes
9answers
5k views
Generating PDF, error with IE and HTTPS
I am streaming a PDF to the browser in ASP.NET 2.0. This works in all browsers over HTTP and all browsers except IE over HTTPS. As far as I know, this used to work (over the past 5 years or so) in all ...
7
votes
4answers
553 views
Is there a non-installable version of Fiddler, or equivalent?
One of my clients is currently waiting for his IT department to install Fiddler on his desktop so that he can debug his web application... Apparently his desktop requires IT Admin rights to install ...
7
votes
4answers
3k views
Wireshark vs Firebug vs Fiddler - pros and cons?
Recently I came across an issue where a cgi application is not responding : symptom is Firefox displays "Transferring data from localhost..." but the thing is I cannot see any traffic from Firebug's ...
6
votes
1answer
807 views
Show request's timestamp in Fiddler?
I received a long Fiddler trace (with a complicated scenario) and need to correlate the requests with application logs.
Unfortunately, while Fiddler displays the requests chronologically, it doesn't ...
6
votes
5answers
4k views
Fiddler vs Firefox w/ Firebug
Fiddler does look interesting and I've seen people recommending it as a good debugging tool but a quick runthrough I don't see anything all that great that we dont already have in Firebug.
What can ...
5
votes
2answers
997 views
Using Fiddler to debug the Windows Phone 7 emulator
I recently started using the updated beta tools for Windows Phone 7 and ran into an interesting problem. It seems that with Fiddler running, any Http requests run through the emulator start returning ...
5
votes
3answers
2k views
Get HTTP requests and responses made using HttpWebRequest/HttpWebResponse to show in Fiddler
Is there any way I can hook Fiddler up to capture requests and responses made using .NET HttpWebRequest and HttpWebResponse?
5
votes
6answers
1k views
Why does the performance of the HttpWebRequest object improve while using Fiddler?
I'm getting some very strange behaviour with HttpWebRequest I hope someone can help me with. I have a console app which does some aggregation work by by using the HttpWebRequest object to retrieve the ...
5
votes
1answer
2k views
ipv4.fiddler, how does it work?
I'm curious as to how fiddler is able to capture traffic when you use the URL ipv4.fiddler. Is ipv4 a special domain that resolves local and fiddler just registers with http.sys to proxy the call?
...
5
votes
6answers
2k views
XML From a Web Service Call
Visual Studio makes calling a web service easy, trying to figure out what is going on under the covers is difficult.
How can I see the actual XML generated from my .Net app when making a call to a ...
4
votes
1answer
108 views
How to debug HTTP traffic of a Windows 8 Metro style apps using Fiddler?
I'm using 'HttpClient' in a Windows Metro style app and want to see the traffic using Fiddler. However, when Fiddler is active I get an exception that the app can't connect to the server. What's the ...
4
votes
1answer
877 views
How Do I Get By The Basic Authentication Handshake When Using Fiddler To Test A WCF REST Service?
The title sort of says it all. Can somebody explain to me how to do this?
Thanks.
4
votes
2answers
360 views
Using custom root with FiddlerCore
Is it possible to use a custom root CA for FiddlerCore to intercept HTTPS traffic.
What I need is assigning a certificate to be used to to sign all host certificates.
Another solution can be ...
4
votes
5answers
352 views
Introducing testers to HTTP and Fiddler?
We really need to get our testers into using Fiddler to determin page size and site speed as part of their pre release testing process. I have sat with some of them to talk about fiddler but I'm ...
4
votes
3answers
1k views
injecting javascript to website using fiddler
I was thinking of using fiddler for the following purpose -
I have a javascript based service I want to demonstrate to potential clients. In order to show them what their web site could look like if ...
4
votes
4answers
568 views
What do you wish Fiddler could do that it can't… or that you can't figure out how to do?
In this question's comment, EricLaw (the author of Fiddler) wrote:
Fiddler has lots of interesting
features, but not all of them are
super well-documented. A related
question would be: "What ...
4
votes
2answers
1k views
Httpwebrequest and Fiddler
I have setup a HttpWebRequest using HTTPS and the code is working fine when Fiddler is running.
When Fiddler isn't running - I get a "request timeout" error.
Does anyone have any ideas what would ...
4
votes
4answers
4k views
Using Fiddler to check IIS Compression
How do I see if IIS Compression is working using Fiddler? I have a page that, when viewed through Port80Software or GID Network's tool it appears to be coming across compressed.
However, when I ...
4
votes
1answer
2k views
How should the Request Body look like?
I have a WCF service with a method which looks like this (returns null for testing with the debugger, I care only about getting data in for now):
[OperationContract]
[WebInvoke(Method = "POST", ...
4
votes
2answers
1k views
Any resource/codes on how fiddler works?
I need to track http/url requests & redirects from a windows forms application using C#. It should handle both IE & firefox. Not sure if Fiddler is open-source but if i'm not mistaken, it's ...
3
votes
1answer
111 views
WCF Security - protecting from Man in the middle attacks
I have a WCF service that uses transport and message security. How do i protect data from a malicious man-in-the-middle attack, say from a user using fiddler and allowing fiddler to Decrypt HTTPS ...
3
votes
1answer
194 views
Building a javascript client for the TFS SOAP webservice
I am trying to build a javascript client that gets information about active projects on a TFS.
Since TFS has SOAP endpoints I was thinking of using wsdl2js ( http://cxf.apache.org/docs/tools.html ) ...
3
votes
3answers
563 views
How to make a C# application using HttpWebRequest behave like fiddler
I have a console app that uses 20 or so threads to connect to a remote web server and send arbitrary http requests rather small in size, 100% over ssl. The remote web server is actually an entire ...
3
votes
1answer
133 views
Obtaining loaded images from a given URL via Python
Is there anyway to load a URL via Python and then retrieve a list of all of the images that were loaded via that URL? I'm essentially looking to do something similar to TamperData or Fiddler and ...
3
votes
4answers
555 views
WCF - Inspect the messages being sent/received?
I have 2 solutions:
- Server Solution
- Client Solution
The server registers itself to my localhost IIS: http://localhost/MyApp/
The client adds WCF Services (Service References) from the ...
3
votes
1answer
291 views
How do I use Fiddler to modify the status code in an HTTP response?
I need to test some client application code I've written to test its' handling of various status codes returned in an HTTP response from a web server.
I have Fiddler 2 (Web Debugging Proxy) installed ...
3
votes
2answers
907 views
Can Fiddler2 be used to monitor SOAP requests made in Visual Studio debugging session
I have a .NET application which makes SOAP web service calls to a 3rd-party web service.
While debugging the application in Visual Studio, I would like to monitor the outbound HTTP requests using ...
3
votes
3answers
565 views
HttpWebRequest doesn't work except when fiddler is running
This is probably the weirdest problem I have run into. I have a piece of code to submit POST to a url. The code doesn't work neither throws any exceptions when fiddler isn't running, However, when ...
3
votes
4answers
876 views
How to configure Fiddler to listen to localhost?
I want to monitor HTTP traffic between a process on my local machine and another (server) process, also running on my local machine.
How can I configure Fiddler to listen to traffic to and from ...
3
votes
1answer
718 views
Using fiddler with Windows Authentication
I am testing some proxy settings for our application but I need to test a proxy that requires Windows Authentication (or network credentials).
For testing, I assigned the credential of the proxy to ...
3
votes
1answer
164 views
Uploading In IE6 With Fiddler is Faster?
In our asp.net application we have an upload feature. When Fiddler is running on the client (with Act as a system proxy) the upload is quick (10megs in 20 sec). however, when Fiddler is not up on ...
3
votes
3answers
971 views
How to use fiddler to debug?
I have a webpage when it finished on the left bottom there's a warning says:Done, but with errors on the page. I double click it and it told me:
Line:628
Char:100
Error: Expected ')'
Code: 0
URL:.....
...
3
votes
2answers
453 views
What is the magic behind that DOT which makes Fiddler work?
It took me a while to learn that I have to put a dot after the "localhost" in the URL so that I can use fiddler with my development server.
Why do I need to put this dot here to make fiddler work for ...
3
votes
4answers
1k views
Fiddler/Firebug for Adobe AIR?
How does one inspect the HTTP traffic in Adobe Air? Obviously because it's running outside of a browser you can't use firebug ...
I've tried this link text
but it doesn't work either... (nothing ...
3
votes
4answers
1k views
Is there a Fiddler plugin for binary XML?
Fiddler has many useful extensions. However, I can't find one that understands WCF's binary-encoded SOAP envelopes. (Content-Type: application/soap+msbin1)
Suggestions for comparable (non-Fiddler) ...
3
votes
5answers
2k views
Is it possible to redirect a url to another using a webproxy ( such as fiddler )
I'm trying to parse a WSDL file which is in another server but has hard codded "localhost" all over the document.
When I fetch it, obviously the program complains "connection refused" because ...
3
votes
2answers
2k views
How to see request in fiddler to my site and from my site iis 5
Hi i have webserver on windows xp iis 5 sp3.
I see logs but thre are only url to my site. But i need see all request informations(headers an body)
For example I go to GMAIl and i click search rss ...
3
votes
2answers
2k views
Getting confused about Expires headers when testing in Chrome
Getting very confused about 'Expires' header here!
Sometimes it works as expected - and some times not.
I am using the following code to set my expiration headers. Note this is being done with ...
2
votes
2answers
14 views
how to know if code coming from local cache vs server
In fiddler, is there any way of knowing if some piece of code ( jscript, jquery, css) are been loaded from local cache vs downloaded from the server. I think this may be represented by different color ...
2
votes
1answer
66 views
Browser caching - Why does IE9 always show http 304 when actually it did not hit the network?
I am trying to set up caching correctly and have set Expires headers to 365 days in the future which is working correctly but not showing correctly in IE9. Does anyone know why?
When you visit any ...
2
votes
2answers
55 views
content-disposition does not cause a save as
I have the following code:
Response.ClearContent();
Response.AddHeader( "Content-type", "application/vnd.ms-excel");
Response.AddHeader("content-disposition", "attachment;filename=test.xls");
...
2
votes
1answer
88 views
Low download speed without proxy
I have written some code that invoke method webClient.DownloadString. When I ran my programe profiler show that this method takes 98% of time in the program (not processor time), and download speed is ...