1
vote
2answers
38 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 m …
0
votes
2answers
58 views
Homemade .net stress tool only creates stress when Fiddler is on — why?
When trying to apply some heavy stress on a new web app, we were having trouble with our usual array of free tools (WAS, some other free ms tool (wcat?)), so i created a v. quick a …
2
votes
3answers
29 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
ques …
2
votes
1answer
59 views
Fiddler (v2) Hidden Features?
Fiddler is a Web Debugging Proxy which
logs all HTTP(S) traffic between your
computer and the Internet.
Do you happen to know about anything cool, yet pretty hidden in Fid …
1
vote
3answers
114 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 compa …
1
vote
2answers
48 views
Why is http-response in chunked transfer-encoding only for some clients
Hi!
I have an asp.net mvc application running on IIS 7. The problem I'm having is that depending on client the response may be recived (as seen through fiddler) as "chunked transf …
0
votes
4answers
139 views
Can I start fiddler from C#?
I'm trying to build a C# application, which uses Fiddler. I saw in the documentation somewhere, that there is supposed to be a function Fiddler.Application.Start or something like …
0
votes
1answer
86 views
Using PHP cURL with an HTTP Debugging Proxy
I'm using the app "Fiddler" to debug a GET attempt to a website via PHP cURL. In order to see the cURL traffic I had to specify that the cURL connection use the Fiddler proxy (see …
0
votes
2answers
108 views
Force visual studio to start development server using the hostname localhost. (with period at end)
Is it possible to change the hostname that the development server fires up in visual studio 2008? Ultimately I would like visual studio to start directly on http://localhost.:x …
0
votes
1answer
44 views
Java Applets, Internet Explorer and Fiddler
Wish the latest Java runtimes (1.5 or 1.6) is the applet pluggin suppoed to use the Internet Explorer web stack to download the .jar file? The reason I ask is I can't see the reque …
0
votes
3answers
163 views
How can I expand the IE7 error message “This program cannot display the webpage” to Debug?
Is there a way to get Ie7 to expand on the error message “This program cannot display the webpage”?
I have turned off friendly error messages but this has not helped.
The backgr …
0
votes
3answers
202 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 ob …
0
votes
1answer
31 views
castle monorails no simultaneous requests from the same user
I have created an website in Castle Monorails and the users that are using the site are complaining that it is very slow so I have done some investigations with fiddler and I disco …
0
votes
4answers
858 views
HTTPS C# Post Problem (with Fiddler)
Hi :)
Basically I have this code below & the last step FinalStepGetReportData() throws an exception on return (HttpWebResponse)request.GetResponse(); if fiddler is switched of …
1
vote
3answers
57 views
How to make Fiddler listen to all IPs
Hi,
I'm having trouble with one server sending data to another server, so I thought: let's debug it. I can setup a proxy, so why not use Fiddler? So I made the server use fiddler …
