I'm running fiddler against my live website which uses a bit of ASP.NET AJAX and a bit of query. I'm noticing a MASSIVE ScriptResource.axd file of 300KB
Starts off like this
// Name: MicrosoftAjax.debug.js
// Assembly: System.Web.Extensions
// Version: 3.5.0.0
// FileVersion: 3.5.30729.196
//------------------------------...
My target web site is: http://www.imkb.gov.tr/Home.aspx
Please focus this on that page: "XU100 64.882,72 -1.36 %" it is on top..
The exact target is 64.882,72 this value!...
What is the best way for this value?
My platform: asp.net , c#
...
I got a line in fiddler2 looking like this:
ICON # status protocol host url
XXX 3 200 HTTP www.myserver.com /images/save.png
where XXX shows a forbidden icon like this.
Actually i am analizing a loading problem in on of our customers intranets.
Can anyone plesae tell me what this icon stands for?
...
Hi -- I have latest Fiddler Beta (v2.3.0.5) and having an issue whenever I transform an encoded response.
My issue is:
I see an encoded response of 3531 bytes of entity size, when I click the yellow bar to transform...and I don't see entity body (No Entity Body). In case this helps, am in HTTPS mode.
Any thought why this is happening??...
I can't open fiddler after installed.
I tried Start/All Programs/Fiddler2 and C:\Program Files\Fiddler2\Fiddler.exe; no success.
There was a loading icon on my cursor, but fiddler did not load.
I checked my task manager, and I sometimes saw fiddler.exe under processes tab, but it quickly disappeared. There is no error message.
I unin...
I am tring to debug whats wrong with my HTTP requests from another question here on SO. So i read abit about Fiddler and wanted to use it to debug my problem. But I cant seem to get traffic from my WPF application to go through Fiddler. I believe I need to configure a proxy. I am using a WebClient for a basic example, but I think i will ...
I can't get Fiddler to install properly or open once it's installed (I have to press "ignore").
It just gives me the message "The application has generated an exception that could not be handled" And a bunch of numbers. I'm not posting them here because they're never the same numbers either. I don't know what to do, I updated Net Framewo...
I am looking for a way to forward traffic from an application which goes to the web over port 443 to an instance of Fiddler running on my computer. Fiddler does not see this traffic while a packet trace application verified that the traffic is going out.
The application is foreign and I am not able to modify how it requests and it is n...
I've done a search and there appears to but a lot of information - but just not the answer. I want to be able to see the traffic going to and from my local ASP.NET debug session, hopefully in fiddler. Any idea on how to configure for this?
...
I've got a Silverlight application that makes a cross-domain request. The clientaccesspolicy.xml file exists on the server I am making a request to and is correctly configured.
I know that it is correctly configured because when I use the application to make a request from my machine I receive a response with no problem.
When a second...
Hi,
I wanted to start multiple fiddler sessions in a single desktop programatically in c#.
Is there any possibility for that?
...
I'm using Fiddler2 to trace the https sharepoint calls. After starting the fiddler and browisng the https site it throws the error:
Access Denied (connect_method_denied):
....
This is typically caused by an HTTPS URL that uses a port other then the default of 443.
Any suggestion to resolve the issue will be very helpful.
Thanks,
Mac...